@import url("https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic");

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Roboto Condensed", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", sans-serif;
    line-height: 1.3333;
}

.iti {
    display: block;
    direction: ltr;
}

.iti:not(.iti--separate-dial-code) .iti__flag-container {
    display: none;
}

.iti__country-list {
    color: black;
}

[aria-activedescendant="iti-0__item-fr"] .iti__flag iti__fr,
.iti__flag.iti__fr {
    display: none;
}



.auth-container {
    background: #F4F7FC 0% 0% no-repeat padding-box;
    webkit-box-shadow: 0 0.1875rem 1.875rem rgba(16, 57, 175, 0.2196078431);
    box-shadow: 0 0.1875rem 1.875rem rgba(16, 57, 175, 0.2196078431);
    border-radius: 0.9375rem;
    padding: 1rem;
}

@media (min-width: 768px) {
    .auth-container {
        padding: 1.75rem;
    }
}

.auth-container h3 {
    /* font-size: 28px;
        color: #03105f;
        font-weight: 500;
        font-family: 'Calibri', san serif;
        letter-spacing: 0; */

    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-family: "Open Sans", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: bold;
    color: #020862;
    text-transform: uppercase;
}

.auth-container label {
    color: #03105f;
    font-size: 1rem;
    font-family: "Open Sans", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    margin-bottom: 0.3rem;
}

.auth-container label::after {
    content: ' *';
    color: red;
}

.auth-container .form-control {
    height: 2.375rem;
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;

    background-color: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0 0.1875rem 1.0625rem rgba(16, 57, 175, 0.1098039216);
    box-shadow: 0 0.1875rem 1.0625rem rgba(16, 57, 175, 0.1098039216);
    border-radius: 0.3125rem;
}

.auth-container input::placeholder {
    color: #8b96b6;
    font-size: 17px;
}

.auth-container .form-control:focus-visible {
    border: 1px solid #b7b8c6 !important;
    outline: none;
}

.auth-container .btn {
    font-family: "Open Sans", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    border: 1px solid #000832;
    padding: 0.5rem 2rem;
    font-size: 15px;
    line-height: 1.47;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #010f54;
    margin-top: 0.75rem;
    cursor: pointer;
    border-radius: 8px;
}

.cta-form-wrapper {
    padding: 1rem !important;
    background: #F1F3F9 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 0.1875rem 1.875rem rgba(16, 57, 175, 0.2196078431);
    box-shadow: 0 0.1875rem 1.875rem rgba(16, 57, 175, 0.2196078431);
    border-radius: 0.9375rem;
    max-width: 340px;
    margin-left: auto;
    margin-bottom: 0.5rem;
}

@media (max-width: 1200px) {
    .cta-form-wrapper {
        margin-right: auto;
    }
}

.iti--separate-dial-code .iti__selected-dial-code.iti__selected-dial-code {
    color: grey;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[dir] body {
    background: #000832;
}

#heading-section {
    overflow: hidden;
}

[dir] #heading-section {
    background: #010C3E;
}

.gh-heading-section {
    position: relative;
}

.gh-background-video-wrapper {
    position: absolute;
    height: 0;
    top: 3%;
}

[dir] .gh-background-video-wrapper {
    left: 0;
    right: 0;
    padding-top: 84.3881%;
    background: #010C3E;
}

@media (min-width: 768px) {
    [dir] .gh-background-video-wrapper {
        padding-top: 75%;
    }
}

@media (min-width: 1200px) {
    [dir] .gh-background-video-wrapper {
        padding-top: 51.041%;
    }
}

@media (min-width: 1400px) {
    [dir] .gh-background-video-wrapper {
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .gh-background-video-wrapper {
        top: -9%;
    }
}

.gh-background-video {
    display: block;
    position: absolute;
    top: -12%;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

[dir] .gh-background-video {
    left: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .gh-background-video {
        height: auto;
        top: -8%;
    }
}

@media (min-width: 1600px) {
    .gh-background-video {
        top: 0%;
    }
}

@media (min-width: 1200px) {
    .domain-specific-padding {
        top: -6%;
    }
}

@media (min-width: 1600px) {
    .domain-specific-padding {
        top: 5%;
    }
}

.gh-background-video-images {
    display: block;
    position: absolute;
    top: -12%;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

[dir] .gh-background-video-images {
    left: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .gh-background-video-images {
        height: auto;
        top: -8%;
    }
}

@media (min-width: 1600px) {
    .gh-background-video-images {
        top: 0;
    }
}

.gh-background-video-gradient {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 8%;
}

[dir] .gh-background-video-gradient {
    left: 0;
    right: 0;
}

[dir=ltr] .gh-background-video-gradient {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#010C3E), to(rgba(1, 12, 62, 0))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #010C3E 0%, rgba(1, 12, 62, 0) 100%) 0 0 no-repeat padding-box;
}

[dir=rtl] .gh-background-video-gradient {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#010C3E), to(rgba(1, 12, 62, 0))) 100% 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #010C3E 0%, rgba(1, 12, 62, 0) 100%) 100% 0 no-repeat padding-box;
}

.gh-front-content {
    position: relative;
}

[dir] .gh-front-content {
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    [dir] .gh-front-content {
        padding-top: 1.5rem;
    }
}

@media (min-width: 992px) {
    [dir] .gh-front-content {
        padding-top: 6rem;
        padding-bottom: 5.5rem;
    }
}

@media (min-width: 1200px) {
    [dir] .gh-front-content {
        background: transparent -webkit-gradient(linear, left bottom, left top, from(#010C3E), color-stop(20%, rgba(1, 12, 62, 0)));
        background: transparent linear-gradient(0deg, #010C3E 0%, rgba(1, 12, 62, 0) 20%);
    }
    [dir] .gh-front-content {
        padding-top: 11.3rem;
        padding-bottom: 11.3rem;
    }
}

.gh-front-content .gh-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

:root[dir=rtl] .gh-front-content .gh-container .arabic-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .gh-front-content .gh-container {
        max-width: 102rem;
    }

    [dir] .gh-front-content .gh-container {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] .gh-front-content .gh-container {
        padding-left: 3rem;
        padding-right: 5rem;
    }

    [dir=rtl] .gh-front-content .gh-container {
        padding-right: 3rem;
        padding-left: 5rem;
    }
}

@media (min-width: 1600px) {
    [dir] .gh-front-content .gh-container {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

.gh-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2727;
    min-height: 2.5454em;
    font-size: 0.875rem;
    height: 2.5454rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] .gh-title {
    margin: 0;
    text-align: center;
}

:root[dir=rtl] .gh-title {
    text-align: left;
}

@media (max-width: 991px) {
    .gh-title {
        max-width: 102rem;
    }

    [dir] .gh-title {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .gh-title {
        font-size: 1.125rem;
        height: auto;
    }
}

@media (min-width: 768px) {
    .gh-title {
        font-size: 1.75rem;
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .gh-title {
        font-size: 1.375rem;
        display: block;
    }

    [dir=ltr] .gh-title {
        padding-left: 18.5%;
        text-align: left;
    }

    [dir=rtl] .gh-title {
        padding-right: 18.5%;
        text-align: right;
    }

    :root[dir=rtl] .gh-title {
        padding-left: 18.5%;
        padding-right: 0;
    }
}

@media (min-width: 1400px) {
    .gh-title {
        font-size: 1.5rem;
    }

    [dir=ltr] .gh-title {
        padding-left: 16.5%;
    }

    [dir=rtl] .gh-title {
        padding-right: 16.5%;
    }

    :root[dir=rtl] .gh-title {
        padding-left: 16.5%;
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    [dir=ltr] .gh-title {
        padding-left: 14.5%;
    }

    [dir=rtl] .gh-title {
        padding-right: 14.5%;
    }

    :root[dir=rtl] .gh-title {
        padding-left: 14.5%;
        padding-right: 0;
    }
}

.gh-video-placeholder {
    height: 0;
}

[dir] .gh-video-placeholder {
    padding-top: 56%;
}

@media (min-width: 768px) {
    [dir] .gh-video-placeholder {
        padding-top: 48%;
    }
}

@media (min-width: 992px) {
    [dir] .gh-video-placeholder {
        padding-top: 51%;
    }
}

@media (min-width: 1200px) {
    .gh-video-placeholder {
        display: none;
    }
}

.gh-tabs-slider {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    [dir] .gh-tabs-slider {
        margin-top: 2rem;
        margin-left: 0;
        margin-right: 0;
    }
}

.home-inner-container {
    width: 100%;
}

.home-inner-container .heading-buttons {
    width: 100%;
}

@media (min-width: 1200px) {
    [dir] .home-inner-container .heading-buttons {
        margin-top: 4rem;
    }
}

.home-inner-container .heading-buttons .heading-primary-btn {
    width: 75%;
}

@media (min-width: 1200px) {
    .home-inner-container .heading-buttons .heading-primary-btn {
        width: 100%;
    }
}

.home-inner-container .heading-buttons .home-btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .home-inner-container .heading-buttons .home-btn {
        font-size: 1.25rem;
    }
}

.home-inner-container .heading-buttons .desktop-two-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-inner-container .heading-buttons .desktop-two-buttons>div {
    width: 48%;
}

[dir] .home-inner-container .heading-buttons .desktop-two-buttons>div {
    border-radius: 0.625rem;
}

[dir] .home-inner-container .heading-buttons .desktop-app-button {
    padding: 1.25rem 0.9375rem;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3019607843);
}

[dir=ltr] .home-inner-container .heading-buttons .desktop-app-button {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background: transparent linear-gradient(180deg, #000832 0%, #05137D 100%);
}

[dir=rtl] .home-inner-container .heading-buttons .desktop-app-button {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background: transparent linear-gradient(-180deg, #000832 0%, #05137D 100%);
}

.home-inner-container .heading-buttons .desktop-app-button .button-title {
    color: #BF9F60;
    font-size: 0.875rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

[dir] .home-inner-container .heading-buttons .desktop-app-button .button-title {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    text-align: center;
}

@media (min-width: 992px) {
    .home-inner-container .heading-buttons .desktop-app-button .button-title {
        font-size: 1.125rem;
    }
}

[dir] .home-inner-container .heading-buttons .open-live-account {
    padding: 0.625rem 3.125rem;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3019607843);
    border-radius: 0.625rem 0.625rem 0 0;
}

[dir=ltr] .home-inner-container .heading-buttons .open-live-account {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background: transparent linear-gradient(180deg, #000832 0%, #05137D 100%);
}

[dir=rtl] .home-inner-container .heading-buttons .open-live-account {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background: transparent linear-gradient(-180deg, #000832 0%, #05137D 100%);
}

.home-inner-container .heading-buttons .open-live-account p {
    color: #BF9F60;
    font-size: 1rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

[dir] .home-inner-container .heading-buttons .open-live-account p {
    margin: 0;
    text-align: center;
}

.home-inner-container .heading-buttons .open-live-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60%;
}

[dir] .home-inner-container .heading-buttons .open-live-btn-wrapper {
    margin-top: 0;
}

@media (min-width: 992px) {
    .home-inner-container .heading-buttons .web-reg-title {
        display: none;
    }
}

.home-inner-container .heading-buttons .open-live-click {
    font-size: 0.75rem;
    font-weight: 400;
}

.home-inner-container .heading-buttons .institutional-click {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.25rem;
}

.home-inner-container .heading-buttons .ensg-live-account-bt {
    line-height: 1.0625rem;
}

.home-inner-container .heading-buttons .ensg-inst-account-bt {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.125rem;
}

.home-inner-container .heading-buttons .ensg-demo-account-bt {
    line-height: 1.1875rem;
    font-weight: normal;
}

.banner-slides {
    overflow: hidden;
}

.banner-slides .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-btn {
    color: #BB914A;
    opacity: 0.8;
}

[dir] .banner-btn {
    cursor: pointer;
}

.banner-btn {
    font-size: 2rem;
}

@media screen and (min-width: 375px) {
    .banner-btn {
        font-size: calc(2rem + 16 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    .banner-btn {
        font-size: 3rem;
    }
}

.banner-btn:hover,
.banner-btn:focus-visible {
    opacity: 1;
}

[dir] .banner-slide {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
}

.banner-slide .banner-slide-subtitle {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    color: white;
}

.banner-slide .banner-slide-subtitle {
    font-size: 1rem;
}

@media screen and (min-width: 375px) {
    .banner-slide .banner-slide-subtitle {
        font-size: calc(1rem + 2 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    .banner-slide .banner-slide-subtitle {
        font-size: 1.125rem;
    }
}

.banner-slide .banner-slide-subtitle+.banner-slide-title {
    text-transform: uppercase;
}

.banner-slide .banner-slide-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] .banner-slide .banner-slide-title {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] .banner-slide .banner-slide-title {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%); */
    background-image: -webkit-gradient(linear, left top, right top, from(#efeeee), color-stop(25%, #c1b8b6), color-stop(50%, #eceae9), color-stop(75%, #c9c0c0), to(#baaeac));
    background-image: -o-linear-gradient(left, #efeeee 0%, #c1b8b6 25%, #eceae9 50%, #c9c0c0 75%, #baaeac 100%);
    background-image: linear-gradient(90deg, #efeeee 0%, #c1b8b6 25%, #eceae9 50%, #c9c0c0 75%, #baaeac 100%);
}

[dir=rtl] .banner-slide .banner-slide-title {
    /* background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%); */
    background-image: -webkit-gradient(linear, left top, right top, from(#efeeee), color-stop(25%, #c1b8b6), color-stop(50%, #eceae9), color-stop(75%, #c9c0c0), to(#baaeac));
    background-image: -o-linear-gradient(left, #efeeee 0%, #c1b8b6 25%, #eceae9 50%, #c9c0c0 75%, #baaeac 100%);
    background-image: linear-gradient(90deg, #efeeee 0%, #c1b8b6 25%, #eceae9 50%, #c9c0c0 75%, #baaeac 100%);
}

.banner-slide .banner-slide-title {
    font-size: 1.5rem;
}

@media screen and (min-width: 375px) {
    .banner-slide .banner-slide-title {
        font-size: calc(1.5rem + 28 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    .banner-slide .banner-slide-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    .banner-slide .banner-slide-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .banner-slide .banner-slide-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    .banner-slide .banner-slide-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    [dir] .banner-slide .banner-slide-title+.banner-slide-content {
        margin-top: 0.25rem;
    }
}

.banner-slide .banner-slide-content .banner-slide-content-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    color: white;
}

.banner-slide .banner-slide-content .banner-slide-content-title {
    font-size: 1rem;
}

@media screen and (min-width: 375px) {
    .banner-slide .banner-slide-content .banner-slide-content-title {
        font-size: calc(1rem + 2 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    .banner-slide .banner-slide-content .banner-slide-content-title {
        font-size: 1.125rem;
    }
}

@media (min-width: 1600px) {
    [dir] .gh-front-content {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }
    .banner-slide .banner-slide-title {
        font-size: 5rem;
    }
    .banner-slide .banner-slide-content .banner-slide-content-title {
        font-size: 2rem;
    }
}

.banner-slide .banner-slide-content .banner-slide-content-bonus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] .banner-slide .banner-slide-content .banner-slide-content-bonus-list {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

@media (min-width: 1400px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

[dir] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

[dir=ltr] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
    margin-right: -0.0625rem;
}

[dir=rtl] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
    margin-left: -0.0625rem;
}

@media (min-width: 992px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
}

@media (min-width: 1200px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1400px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
}

.banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    height: 100%;
}

[dir] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus {
    border-width: 0 0.0625rem;
    border-style: solid;
    border-color: #80859e;
    padding: 0.5rem;
}

.banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-title {
    color: white;
    white-space: nowrap;
    font-size: 0.875rem;
}

.banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-subtitle {
    color: #BB914A;
    font-size: 0.75rem;
    display: none;
}

@media (min-width: 992px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-subtitle {
        display: block;
    }
}

@media (min-width: 1200px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-subtitle {
        display: none;
    }
}

@media (min-width: 1400px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-subtitle {
        display: block;
    }
}

.banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
    color: white;
    font-size: 1.25rem;
    display: none;
}

@media (min-width: 992px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        display: block;
    }
}

@media (min-width: 1200px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        display: none;
    }
}

@media (min-width: 1400px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        display: block;
        font-size: 0.8125rem;
    }

    [dir] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        margin-top: 0.125rem;
    }
}

@media (min-width: 1600px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        font-size: 1rem;
    }

    [dir] .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        margin-top: 0;
    }
}

@media (min-width: 1800px) {
    .banner-slide .banner-slide-content .banner-slide-content-bonus-list .banner-slide-content-bonus .banner-slide-content-bonus-amount {
        font-size: 1.125rem;
    }
}

.home-btn {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.3333;
    text-decoration: none;
}

[dir] .home-btn {
    padding: 0.5em 1em;
    border-radius: 0.3125rem;
    cursor: pointer;
    text-align: center;
}

.home-btn.home-btn-block {
    width: 100%;
    display: block;
}

.home-btn.home-btn-gold {
    color: #020862;
}

[dir] .home-btn.home-btn-gold {
    border: 0.0625rem solid #bb914a;
    background-color: #bb914a;
    background-size: 200% auto;
    -webkit-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}

[dir=ltr] .home-btn.home-btn-gold {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: left center;
}

[dir=rtl] .home-btn.home-btn-gold {
    background-image: -webkit-gradient(linear, right top, left top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(-90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: right center;
}

[dir=ltr] .home-btn.home-btn-gold:hover,
[dir=ltr] .home-btn.home-btn-gold:focus-visible {
    background-position: right center;
}

[dir=rtl] .home-btn.home-btn-gold:hover,
[dir=rtl] .home-btn.home-btn-gold:focus-visible {
    background-position: left center;
}

.home-btn.home-btn-gold:focus {
    outline: none;
}

.home-btn.home-btn-outlined {
    color: white;
}

[dir] .home-btn.home-btn-outlined {
    border: 0.0625rem solid #BB914A;
    background-color: #010A3C;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

[dir] .home-btn.home-btn-outlined:hover,
[dir] .home-btn.home-btn-outlined:focus-visible {
    background-color: #031A8A;
}

.home-btn.home-btn-outlined:focus {
    outline: none;
}

.home-btn.become-ib-institutional {
    color: #020862;
    white-space: inherit !important;
    font-size: 1.125rem;
}

[dir] .home-btn.become-ib-institutional {
    border: 0.0625rem solid #bb914a;
    background-color: #bb914a;
    background-size: 200% auto;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

[dir=ltr] .home-btn.become-ib-institutional {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: center right;
}

[dir=rtl] .home-btn.become-ib-institutional {
    background-image: -webkit-gradient(linear, right top, left top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(-90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: center left;
}

.home-btn.become-ib-institutional:hover,
.home-btn.become-ib-institutional:focus-visible {
    color: #fff;
}

[dir] .home-btn.become-ib-institutional:hover,
[dir] .home-btn.become-ib-institutional:focus-visible {
    background: #031777;
}

[dir=ltr] .home-btn.become-ib-institutional:hover,
[dir=ltr] .home-btn.become-ib-institutional:focus-visible {
    background-position: center right;
}

[dir=rtl] .home-btn.become-ib-institutional:hover,
[dir=rtl] .home-btn.become-ib-institutional:focus-visible {
    background-position: center left;
}

.home-btn.become-ib-institutional:focus {
    outline: none;
}

[dir] .banner-pagination {
    text-align: center;
}

.banner-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    opacity: 1;
}

[dir] .banner-pagination .swiper-pagination-bullet {
    background-color: #3D5085;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.6875rem;
}

[dir] .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BB914A;
    border-radius: 0.25rem;
}

.tabs-downloads-slide-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    line-height: 0.8;
}

[dir=ltr] .tabs-downloads-slide-content .button-1 {
    margin-left: 0.5rem;
}

[dir=rtl] .tabs-downloads-slide-content .button-1 {
    margin-right: 0.5rem;
}

.tabs-downloads-slide-content .home-btn {
    font-size: 1rem;
}

[dir] .tabs-downloads-slide-content .home-btn {
    padding: 0.25em 1em;
}

@media (max-width: 480px) {
    .tabs-downloads-slide-content .home-btn {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .tabs-downloads-slide-content .home-btn {
        width: 70%;
    }

    [dir] .tabs-downloads-slide-content .home-btn {
        padding: 0.25rem 0;
    }
}

.tabs-downloads-link .tabs-downloads-img:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-downloads-link .tabs-downloads-img:last-child {
    display: none;
}

.tabs-downloads-link:hover .tabs-downloads-img:first-child {
    display: none;
}

.tabs-downloads-link:hover .tabs-downloads-img:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 2500px) {
    .tabs-downloads-img-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
}

[dir] .tabs-downloads-img {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .tabs-downloads-img {
        max-width: 5rem;
    }
}

@media (min-width: 1600px) {
    .tabs-downloads-img {
        max-width: 6.5rem;
    }
}

@media (min-width: 992px) {
    .tabs-slides .swiper-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 16.25rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .tabs-slides .swiper-wrapper .swiper-slide {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}

.swiper-slide {
    height: auto;
    width: 13.75rem;
}

.swiper-slide .tabs-slide-wrapper,
.swiper-slide .tabs-downloads-slide-wrapper {
    height: 100%;
}

[dir] .swiper-slide .tabs-slide-wrapper,
[dir] .swiper-slide .tabs-downloads-slide-wrapper {
    margin-top: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 992px) {

    [dir] .swiper-slide .tabs-slide-wrapper,
    [dir] .swiper-slide .tabs-downloads-slide-wrapper {
        margin-top: 2.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 1200px) {

    [dir] .swiper-slide .tabs-slide-wrapper,
    [dir] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}

[dir] .swiper-slide .tabs-downloads-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {

    [dir=ltr] .swiper-slide:first-of-type .tabs-slide-wrapper,
    [dir=ltr] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-left: 1.5rem;
    }

    [dir=rtl] .swiper-slide:first-of-type .tabs-slide-wrapper,
    [dir=rtl] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1200px) {

    [dir=ltr] .swiper-slide:first-of-type .tabs-slide-wrapper,
    [dir=ltr] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-left: 0;
    }

    [dir=rtl] .swiper-slide:first-of-type .tabs-slide-wrapper,
    [dir=rtl] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-right: 0;
    }
}

@media (min-width: 992px) {

    [dir=ltr] .swiper-slide:last-of-type .tabs-slide-wrapper,
    [dir=ltr] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-right: 1.5rem;
    }

    [dir=rtl] .swiper-slide:last-of-type .tabs-slide-wrapper,
    [dir=rtl] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-left: 1.5rem;
    }
}

@media (min-width: 1200px) {

    [dir=ltr] .swiper-slide:last-of-type .tabs-slide-wrapper,
    [dir=ltr] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-right: 0;
    }

    [dir=rtl] .swiper-slide:last-of-type .tabs-slide-wrapper,
    [dir=rtl] .swiper-slide .tabs-downloads-slide-wrapper {
        padding-left: 0;
    }
}

.tabs-slide {
    height: 100%;
    color: white;
    text-decoration: none;
    position: relative;
    display: block;
}

[dir] .tabs-slide {
    text-align: center;
}

.tabs-slide .tabs-slide-body {
    position: relative;
    overflow-y: hidden;
}

[dir] .tabs-slide .tabs-slide-body {
    padding: 1.875rem 1rem 1.25rem;
}

@media (min-width: 992px) {
    [dir] .tabs-slide .tabs-slide-body {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }
}

.tabs-slide .tabs-slide-icon {
    display: block;
    height: 2.25rem;
}

[dir] .tabs-slide .tabs-slide-icon {
    margin-left: auto;
    margin-right: auto;
}

.tabs-slide .tabs-slide-title {
    font-size: 1.375rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #BF9F60;
    line-height: 1.2272;
}

[dir] .tabs-slide .tabs-slide-title {
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .tabs-slide .tabs-slide-title br {
        display: none;
    }
}

@media (min-width: 1200px) {
    .tabs-slide .tabs-slide-title br {
        display: block;
    }
}

@media (min-width: 1400px) {
    .tabs-slide .tabs-slide-title br {
        display: none;
    }
}

[lang=ar] .tabs-slide .tabs-slide-title br {
    display: block;
}

.tabs-slide .tabs-slide-subtitle {
    font-weight: bold;
    line-height: 1.3125;
}

[dir] .tabs-slide .tabs-slide-subtitle {
    margin-top: 0.375rem;
}

.tabs-slide .tabs-slide-content {
    line-height: 1.3125;
}

[dir] .tabs-slide .tabs-slide-content {
    margin-top: 0.375rem;
}

.tabs-slide .tabs-slide-background {
    position: absolute;
    top: 0;
    bottom: 0;
}

[dir] .tabs-slide .tabs-slide-background {
    left: 0;
    right: 0;
    background-color: #04106a;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3);
}

[dir=ltr] .tabs-slide .tabs-slide-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background-image: linear-gradient(180deg, #000832, #05137D);
}

[dir=rtl] .tabs-slide .tabs-slide-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000832), to(#05137D));
    background-image: linear-gradient(-180deg, #000832, #05137D);
}

@media (min-width: 1200px) {
    .tabs-slide .tabs-slide-collapsible {
        max-height: 0;
        opacity: 0;
    }

    [dir] .tabs-slide .tabs-slide-collapsible {
        -webkit-transition: opacity 300ms ease-out, max-height 300ms ease-out;
        transition: opacity 300ms ease-out, max-height 300ms ease-out;
    }
}

.tabs-slide .tabs-slide-coming-soon {
    color: #bf9f60;
    text-transform: uppercase;
}

[dir] .tabs-slide .tabs-slide-coming-soon {
    margin-top: 0.5rem;
}

@media (min-width: 1200px) {
    .tabs-slide:hover .tabs-slide-collapsible {
        max-height: 7.5rem;
        opacity: 1;
    }
}

.tabs-downloads-slide-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.2272;
    color: #BF9F60;
    font-weight: 500;
    text-transform: unset;
}

[dir] .tabs-downloads-slide-title {
    margin-top: 0.4375rem;
    margin-bottom: 0.75rem;
}

:root[lang=ru] .tabs-downloads-slide-title {
    font-size: 1rem;
}

:root[lang^=zh] .tabs-downloads-slide-title {
    font-size: 1rem;
}

:root[lang^=ar] .tabs-downloads-slide-title {
    font-size: 1.125rem;
}

@media (max-width: 1200px) {
    .tabs-downloads-slide-title {
        font-size: 1.125rem;
    }
}

[dir] .tabs-pagination {
    margin-top: 3.125rem;
    text-align: center;
}

.tabs-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    opacity: 1;
}

[dir] .tabs-pagination .swiper-pagination-bullet {
    background-color: #3D5085;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.tabs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.6875rem;
}

[dir] .tabs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BB914A;
    border-radius: 0.25rem;
}

.tabs-slider-wrapper {
    overflow: hidden;
}

@media (min-width: 992px) {
    [dir] .tabs-slider-wrapper {
        margin-top: 7rem;
    }
}

@media (max-width: 991px) {
    [dir] .tabs-slider-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.tabs-slider-wrapper .swiper-slide {
    width: 19.0625rem;
}

[dir] .content-slider-wrapper {
    margin-top: -1rem;
}

@media (min-width: 1200px) {
    .content-slider-wrapper {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
}

@media (min-width: 992px) {
    :root[dir=rtl] .content-slider-wrapper {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
}

@media (max-width: 991px) {
    [dir] .content-slider-wrapper {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir] .content-slider-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    [dir] .tabs-slide .tabs-slide-title {
        padding: 0 2.3125rem;
    }
}

#our-products-section {
    position: relative;
}

[dir] #our-products-section {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
}

[dir=ltr] #our-products-section {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#010C3E), to(#03105F)) no-repeat scroll center;
    background: transparent linear-gradient(180deg, #010C3E 0%, #03105F 100%) no-repeat scroll center;
}

[dir=rtl] #our-products-section {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#010C3E), to(#03105F)) no-repeat scroll center;
    background: transparent linear-gradient(-180deg, #010C3E 0%, #03105F 100%) no-repeat scroll center;
}

@media (min-width: 1200px) {
    [dir] #our-products-section {
        padding-top: 0.375rem;
        padding-bottom: 7rem;
    }
}

.products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 102rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] .products-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

@media (min-width: 1200px) {
    .products-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    [dir] .products-wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.products-wrapper .product-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-weight: 600;
}

[dir] .products-wrapper .product-title {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] .products-wrapper .product-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] .products-wrapper .product-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 768px) {
    .products-wrapper .product-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .products-wrapper .product-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .product-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .product-title {
        font-size: 3.25rem;
    }
}

.products-wrapper .products-paragraph {
    font-size: 0.9375rem;
    color: white;
    line-height: 1.375rem;
}

.products-wrapper .products-paragraph a {
    color: white;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .products-wrapper .products-paragraph {
        line-height: 1.33;
        font-size: 1.25rem;
    }

    [dir=ltr] .products-wrapper .products-paragraph {
        padding-right: 3em;
    }

    [dir=rtl] .products-wrapper .products-paragraph {
        padding-left: 3em;
    }
}

.products-wrapper .products-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] .products-wrapper .products-buttons {
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    .products-wrapper .products-buttons {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}

.products-wrapper .products-buttons .products-button-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[dir] .products-wrapper .products-buttons .products-button-wrapper {
    padding: 0.5em 0.5625em;
    background: rgba(9, 31, 142, 0.3019607843);
    border-radius: 0.5rem;
    border: 0.0625rem solid #C79942;
}

@media (min-width: 992px) {
    .products-wrapper .products-buttons .products-button-wrapper {
        height: 6rem;
    }
}

.products-wrapper .products-buttons .products-button-wrapper .products-button {
    font-size: 0.8rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

[dir] .products-wrapper .products-buttons .products-button-wrapper .products-button {
    text-align: center;
    -webkit-transition: color linear 0.1s;
    transition: color linear 0.1s;
}

@media (min-width: 576px) {
    .products-wrapper .products-buttons .products-button-wrapper .products-button {
        font-size: 0.8125rem;
    }
}

@media (min-width: 768px) {
    .products-wrapper .products-buttons .products-button-wrapper .products-button {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .products-wrapper .products-buttons .products-button-wrapper .products-button {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-buttons .products-button-wrapper .products-button {
        font-size: 1.5rem;
        font-weight: 500;
    }
}

.products-wrapper .products-buttons .products-button-wrapper .products-button-desc {
    opacity: 0;
    height: 0;
    font-size: 0.8125rem;
    color: #010C3E;
    font-family: "Roboto Condensed", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", sans-serif;
    font-weight: 500;
}

[dir] .products-wrapper .products-buttons .products-button-wrapper .products-button-desc {
    text-align: center;
    -webkit-transition: height ease-in-out 0.5s;
    transition: height ease-in-out 0.5s;
}

@media (min-width: 992px) {
    [dir] .products-wrapper .products-buttons .products-button-wrapper:hover {
        cursor: pointer;
    }

    [dir=ltr] .products-wrapper .products-buttons .products-button-wrapper:hover {
        background: transparent -webkit-gradient(linear, right top, left top, from(#A0762F), color-stop(51%, #DEC481), to(#A0762F)) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(270deg, #A0762F 0%, #DEC481 51%, #A0762F 100%) 0% 0% no-repeat padding-box;
    }

    [dir=rtl] .products-wrapper .products-buttons .products-button-wrapper:hover {
        background: transparent -webkit-gradient(linear, left top, right top, from(#A0762F), color-stop(51%, #DEC481), to(#A0762F)) 100% 0% no-repeat padding-box;
        background: transparent linear-gradient(-270deg, #A0762F 0%, #DEC481 51%, #A0762F 100%) 100% 0% no-repeat padding-box;
    }

    .products-wrapper .products-buttons .products-button-wrapper:hover .products-button {
        color: #010C3E;
    }

    .products-wrapper .products-buttons .products-button-wrapper:hover .products-button-desc {
        opacity: 1;
        height: 2rem;
    }
}

.products-wrapper .products-icons {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #03105F;
    height: 30rem;
}

[dir] .products-wrapper .products-icons {
    background: radial-gradient(closest-side at 50% 50%, #03105F 0%, rgba(3, 16, 95, 0) 100%);
    margin-top: 3rem;
}

@media (min-width: 576px) {
    .products-wrapper .products-icons {
        overflow: unset;
    }

    [dir=ltr] .products-wrapper .products-icons {
        left: -2rem;
    }

    [dir=rtl] .products-wrapper .products-icons {
        right: -2rem;
    }
}

@media (min-width: 768px) {
    .products-wrapper .products-icons {
        height: 40rem;
    }
}

@media (min-width: 992px) {
    [dir=ltr] .products-wrapper .products-icons {
        left: 0;
    }

    [dir=rtl] .products-wrapper .products-icons {
        right: 0;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons {
        height: auto;
    }

    [dir] .products-wrapper .products-icons {
        margin-top: 0;
    }
}

.products-wrapper .products-icons .products-mixed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    row-gap: 0.75rem;
}

[dir] .products-wrapper .products-icons .products-mixed-wrapper {
    text-align: center;
}

.products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 500;
}

[dir] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
    margin: 0;
    -webkit-background-clip: text;
    padding: 0 2.5rem;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 768px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        line-height: 1.33;
    }

    [dir] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        padding: 0 4.6875rem;
    }
}

@media (min-width: 992px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        font-size: 3.25rem;
    }

    [dir] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-title {
        padding: 0;
    }
}

.products-wrapper .products-icons .products-mixed-wrapper .products-mixed-description {
    font-size: 1rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

[dir] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-description {
    padding: 0 5.5rem;
}

@media (min-width: 992px) {
    .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-description {
        font-size: 1.5rem;
        line-height: 1.33;
    }

    [dir] .products-wrapper .products-icons .products-mixed-wrapper .products-mixed-description {
        margin-top: 0.5rem;
        padding: 0;
    }
}

.products-wrapper .products-icons .products-mixed-icon {
    position: absolute;
}

[dir] .products-wrapper .products-icons .products-mixed-icon img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

@media (min-width: 576px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (min-width: 768px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media (min-width: 992px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (min-width: 1200px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon img {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media (min-width: 2500px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
    top: 60%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
    -webkit-animation: leftBottomFloat 7s ease-in-out infinite;
    animation: leftBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
    left: 69%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
    right: 69%;
}

@media (min-width: 480px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
        top: 54%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
        left: 65%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
        right: 65%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
        left: 75%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(1) {
        right: 75%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
    top: 4%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
    -webkit-animation: leftBottomFloat 8s ease-in-out infinite;
    animation: leftBottomFloat 8s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
    left: -8%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
    right: -8%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
        left: 0%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
        right: 0%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
        left: 10%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
        right: 10%;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(2) {
        top: -1%;
    }
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) img {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

@media (min-width: 2500px) {
    [dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(2) img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
    top: -6%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
    -webkit-animation: rightTopFloat 9s ease-in-out infinite;
    animation: rightTopFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
    left: 4%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
    right: 4%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
        left: 14%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
        right: 14%;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(3) {
        top: -10%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
    top: 78%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
    -webkit-animation: leftBottomFloat 9s ease-in-out infinite;
    animation: leftBottomFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
    left: -4%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
    right: -4%;
}

@media (min-width: 576px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
        top: 70%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
        left: 6%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(4) {
        right: 6%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
    top: 2%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
    -webkit-animation: rightTopFloat 8s ease-in-out infinite;
    animation: rightTopFloat 8s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
    left: 33%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
    right: 33%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
        left: 22%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
        right: 22%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
        left: 32%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(5) {
        right: 32%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
    top: 67%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
    -webkit-animation: rightBottomFloat 8s ease-in-out infinite;
    animation: rightBottomFloat 8s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
    left: 3%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
    right: 3%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
        left: 13%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(6) {
        right: 13%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
    top: 35%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
    -webkit-animation: rightTopFloat 8s ease-in-out infinite;
    animation: rightTopFloat 8s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
    left: -20%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
    right: -20%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
        left: -10%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
        right: -10%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
        left: 0%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(7) {
        right: 0%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
    top: 40%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
    -webkit-animation: leftBottomFloat 9s ease-in-out infinite;
    animation: leftBottomFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
    left: 7%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
    right: 7%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
        left: 17%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(8) {
        right: 17%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
    top: 67%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
    -webkit-animation: rightBottomFloat 10s ease-in-out infinite;
    animation: rightBottomFloat 10s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
    left: 4%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
    right: 4%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
        left: 14%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(9) {
        right: 14%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
    top: 25%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
    -webkit-animation: leftTopFloat 9s ease-in-out infinite;
    animation: leftTopFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
    left: 40%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
    right: 40%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
        left: 50%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(10) {
        right: 50%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
    top: 13%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
    -webkit-animation: rightBottomFloat 7s ease-in-out infinite;
    animation: rightBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
    left: -13%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
    right: -13%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
        left: 3%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(11) {
        right: 3%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
    top: 48%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
    -webkit-animation: leftTopFloat 11s ease-in-out infinite;
    animation: leftTopFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
    left: 28%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
    right: 28%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
        left: 24%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
        right: 24%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
        left: 34%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(12) {
        right: 34%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
    top: 67%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
    -webkit-animation: leftBottomFloat 7s ease-in-out infinite;
    animation: leftBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
    left: 35%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
    right: 35%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
        left: 45%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(13) {
        right: 45%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
    top: 39%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
    -webkit-animation: rightTopFloat 10s ease-in-out infinite;
    animation: rightTopFloat 10s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
    left: 40%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
    right: 40%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
        left: 50%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(14) {
        right: 50%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
    top: 76%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
    -webkit-animation: leftTopFloat 9s ease-in-out infinite;
    animation: leftTopFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
    left: 45%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
    right: 45%;
}

@media (min-width: 576px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
        top: 69%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
        left: 55%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(15) {
        right: 55%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
    top: 76%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
    -webkit-animation: leftBottomFloat 7s ease-in-out infinite;
    animation: leftBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
    left: 22%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
    right: 22%;
}

@media (min-width: 576px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
        top: 74%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
        left: 32%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(16) {
        right: 32%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
    top: 74%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
    -webkit-animation: rightTopFloat 7s ease-in-out infinite;
    animation: rightTopFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
    left: 76%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
    right: 76%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
        left: 86%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(17) {
        right: 86%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
    top: 68%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
    -webkit-animation: leftTopFloat 10s ease-in-out infinite;
    animation: leftTopFloat 10s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
    left: 69%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
    right: 69%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
        left: 65%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
        right: 65%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
        left: 75%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(18) {
        right: 75%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
    top: 54%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
    -webkit-animation: rightTopFloat 10s ease-in-out infinite;
    animation: rightTopFloat 10s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
    left: 81%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
    right: 81%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
        left: 91%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(19) {
        right: 91%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
    top: 20%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
    -webkit-animation: leftTopFloat 7s ease-in-out infinite;
    animation: leftTopFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
    left: 60%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
    right: 60%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
        left: 64%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
        right: 64%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
        left: 74%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(20) {
        right: 74%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
    top: 0%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
    -webkit-animation: rightBottomFloat 9s ease-in-out infinite;
    animation: rightBottomFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
    left: 0%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
    right: 0%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
        left: 10%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(21) {
        right: 10%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
    top: 34%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
    -webkit-animation: leftTopFloat 11s ease-in-out infinite;
    animation: leftTopFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
    left: 55%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
    right: 55%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
        left: 65%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(22) {
        right: 65%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
    top: -9%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
    -webkit-animation: rightBottomFloat 11s ease-in-out infinite;
    animation: rightBottomFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
    left: 58%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
    right: 58%;
}

@media (min-width: 480px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        left: 70%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        right: 70%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        left: 77%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        right: 77%;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        top: -13%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        left: 80%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(23) {
        right: 80%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
    top: 7%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
    -webkit-animation: leftBottomFloat 10s ease-in-out infinite;
    animation: leftBottomFloat 10s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
    left: 53%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
    right: 53%;
}

@media (min-width: 576px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
        top: 3%;
    }

    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
        left: 67%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(24) {
        right: 67%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
    top: -6%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
    -webkit-animation: leftTopFloat 9s ease-in-out infinite;
    animation: leftTopFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
    left: 45%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
    right: 45%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
        left: 55%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
        right: 55%;
    }
}

@media (min-width: 1200px) {
    .products-wrapper .products-icons .products-mixed-icon:nth-child(25) {
        top: -12%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
    top: 19%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
    -webkit-animation: rightTopFloat 11s ease-in-out infinite;
    animation: rightTopFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
    left: 36%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
    right: 36%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
        left: 51%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(26) {
        right: 51%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
    top: -10%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
    -webkit-animation: leftBottomFloat 11s ease-in-out infinite;
    animation: leftBottomFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
    left: 33%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
    right: 33%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
        left: 43%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(27) {
        right: 43%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
    top: 40%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
    -webkit-animation: rightTopFloat 11s ease-in-out infinite;
    animation: rightTopFloat 11s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
    left: 23%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
    right: 23%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
        left: 33%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(28) {
        right: 33%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
    top: 2%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
    -webkit-animation: leftBottomFloat 7s ease-in-out infinite;
    animation: leftBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
    left: 20%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
    right: 20%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
        left: 30%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(29) {
        right: 30%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
    top: 30%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
    -webkit-animation: rightTopFloat 7s ease-in-out infinite;
    animation: rightTopFloat 7s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
    left: 30%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
    right: 30%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
        left: 40%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(30) {
        right: 40%;
    }
}

.products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
    top: 19%;
}

[dir] .products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
    -webkit-animation: leftTopFloat 9s ease-in-out infinite;
    animation: leftTopFloat 9s ease-in-out infinite;
}

[dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
    left: 24%;
}

[dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
    right: 24%;
}

@media (min-width: 576px) {
    [dir=ltr] .products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
        left: 34%;
    }

    [dir=rtl] .products-wrapper .products-icons .products-mixed-icon:nth-child(31) {
        right: 34%;
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -10%);
        transform: translate(7%, -10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -10%);
        transform: translate(7%, -10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes leftTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-10%, -7%);
        transform: translate(-10%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-10%, -7%);
        transform: translate(-10%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(8%, -7%);
        transform: translate(8%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(8%, -7%);
        transform: translate(8%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(10%, 10%);
        transform: translate(10%, 10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(10%, 10%);
        transform: translate(10%, 10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, 8%);
        transform: translate(-9%, 8%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, 8%);
        transform: translate(-9%, 8%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes topBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, 7%);
        transform: translate(-7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes topBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, 7%);
        transform: translate(-7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

[dir] #brochure-section {
    background: #F1F3F9;
}

#brochure-section .brochure-section-container {
    max-width: 102rem;
    height: 100%;
}

[dir] #brochure-section .brochure-section-container {
    padding: 3rem 1.875rem;
    margin: auto;
}

@media (min-width: 1200px) {
    #brochure-section .brochure-section-container {
        height: 11.25rem;
    }

    [dir] #brochure-section .brochure-section-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

#brochure-section .brochure-content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    grid-row-gap: 2rem;
}

@media (min-width: 1200px) {
    #brochure-section .brochure-content-wrapper {
        grid-template-columns: repeat(3, 2fr);
        grid-row-gap: 0;
    }
}

#brochure-section .brochure-content-img {
    position: relative;
    width: 100%;
    height: 100%;
}

#brochure-section .brochure-content-img img {
    width: 90%;
    display: block;
}

[dir] #brochure-section .brochure-content-img img {
    margin: auto;
}

@media (min-width: 768px) {
    #brochure-section .brochure-content-img img {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    #brochure-section .brochure-content-img img {
        position: absolute;
        top: -6rem;
        width: 90%;
    }

    [dir] #brochure-section .brochure-content-img img {
        left: 0;
        right: 0;
        margin: unset;
    }
}

#brochure-section .brochure-content-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] #brochure-section .brochure-content-title {
    margin: 0;
    -webkit-background-clip: text;
    text-align: center;
}

[dir=ltr] #brochure-section .brochure-content-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #brochure-section .brochure-content-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #brochure-section .brochure-content-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #brochure-section .brochure-content-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #brochure-section .brochure-content-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #brochure-section .brochure-content-title {
        font-size: 1.5rem;
    }

    [dir=ltr] #brochure-section .brochure-content-title {
        text-align: left;
    }

    [dir=rtl] #brochure-section .brochure-content-title {
        text-align: right;
    }
}

#brochure-section .brochure-download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

@media (min-width: 2500px) {
    #brochure-section .brochure-download-buttons {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}

#brochure-section .brochure-download-link img {
    width: 100%;
    height: 100%;
}

@media (min-width: 2500px) {
    [dir] #brochure-section .brochure-download-link img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#brochure-section .brochure-download-link .brochure-download-img:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#brochure-section .brochure-download-link .brochure-download-img:last-child {
    display: none;
}

#brochure-section .brochure-download-link:hover .brochure-download-img:first-child {
    display: none;
}

#brochure-section .brochure-download-link:hover .brochure-download-img:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir] #trade-products {
    background: #FFFFFF;
    padding-top: 3rem;
}

@media (min-width: 1200px) {
    [dir] #trade-products {
        padding-top: 7.875rem;
    }
}

#trade-products .title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

[dir] #trade-products .title {
    margin: 0;
    -webkit-background-clip: text;
    text-align: center;
}

[dir=ltr] #trade-products .title {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #trade-products .title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #trade-products .title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #trade-products .title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #trade-products .title {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    [dir=ltr] #trade-products .title {
        text-align: left;
    }

    [dir=rtl] #trade-products .title {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    #trade-products .title {
        font-size: 3.25rem;
    }
}

[dir] #trade-products .products-swiper {
    padding: 0 1rem 1.875rem 1rem;
    margin: 0;
}

[dir=ltr] #trade-products .products-swiper {
    margin-left: -1rem;
}

[dir=rtl] #trade-products .products-swiper {
    margin-right: -1rem;
}

@media (min-width: 768px) {
    [dir] #trade-products .products-swiper {
        padding: 1.875rem 1rem;
        margin: 0 -1rem;
    }
}

#trade-products .products-swiper .swiper-slide {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100%;
}

#trade-products #products-slider {
    visibility: hidden;
}

#trade-products .products-slider {
    position: relative;
    height: 100%;
}

[dir] #trade-products .products-slider {
    margin: 1rem 0 0;
}

@media (min-width: 1200px) {
    [dir] #trade-products .products-slider {
        margin: 1rem 0 2.8125rem;
    }
}

#trade-products .products-slider .products-swiper-pagination {
    position: relative;
    display: none;
}

[dir] #trade-products .products-slider .products-swiper-pagination {
    text-align: center;
    margin-top: 2rem;
}

#trade-products .products-slider .products-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

[dir] #trade-products .products-slider .products-swiper-pagination .swiper-pagination-bullet {
    background-color: #D0D7E3;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

[dir] #trade-products .products-slider .products-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #020862;
}

@media (min-width: 992px) {
    #trade-products .products-slider-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 8rem;
        z-index: 1;
    }

    [dir=ltr] #trade-products .products-slider-overlay {
        background: transparent -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
    }

    [dir=rtl] #trade-products .products-slider-overlay {
        background: transparent -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 100% 0% no-repeat padding-box;
        background: transparent linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 100% 0% no-repeat padding-box;
    }

    [dir=ltr] #trade-products .products-slider-overlay.left {
        left: 0;
    }

    [dir=rtl] #trade-products .products-slider-overlay.left {
        right: 0;
    }

    [dir] #trade-products .products-slider-overlay.right {
        -webkit-transform: scale(-1);
        transform: scale(-1);
    }

    [dir=ltr] #trade-products .products-slider-overlay.right {
        right: 0;
    }

    [dir=rtl] #trade-products .products-slider-overlay.right {
        left: 0;
    }
}

#trade-products .trade-products-wrapper {
    overflow: hidden;
}

[dir] #trade-products .trade-products-wrapper {
    text-align: center;
}

[dir=ltr] #trade-products .trade-products-wrapper {
    background: transparent -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(93%, transparent), to(#FFFFFF));
    background: transparent linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, transparent 93%, #FFFFFF 100%);
}

[dir=rtl] #trade-products .trade-products-wrapper {
    background: transparent -webkit-gradient(linear, right top, left top, from(white), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(93%, transparent), to(#FFFFFF));
    background: transparent linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 10%, transparent 93%, #FFFFFF 100%);
}

#trade-products .product-card-wrapper {
    min-width: 11.25rem;
    overflow: hidden;
    height: auto;
}

[dir] #trade-products .product-card-wrapper {
    border-radius: 0.9375rem;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(38, 66, 159, 0.2196078431);
    box-shadow: 0 0.1875rem 0.625rem rgba(38, 66, 159, 0.2196078431);
    -webkit-transition: border-radius ease-in-out 0.3s;
    transition: border-radius ease-in-out 0.3s;
}

[dir] #trade-products .product-card-wrapper:hover {
    border-radius: 0 0 0.9375rem 0.9375rem;
}

#trade-products .product-card-wrapper:hover .product-card-header-background {
    max-height: 7% !important;
}

#trade-products .product-card-wrapper:hover .card-title,
#trade-products .product-card-wrapper:hover .card-desc {
    color: #020862;
}

#trade-products .product-card-wrapper:hover .trade-btn-box {
    bottom: 0 !important;
    opacity: 1 !important;
}

#trade-products .product-card-wrapper:hover .sell-box,
#trade-products .product-card-wrapper:hover .buy-box {
    opacity: 0;
}

#trade-products .product-card-wrapper:hover .trade-icon-hover {
    display: inline !important;
}

#trade-products .product-card-wrapper:hover .trade-icon {
    display: none !important;
}

#trade-products .product-card-wrapper .product-card-header {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

[dir] #trade-products .product-card-wrapper .product-card-header {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .product-card-header {
        height: 7rem;
    }
}

#trade-products .product-card-wrapper .product-card-header .icon-img-wrapper {
    position: relative;
}

[dir] #trade-products .product-card-wrapper .product-card-header .icon-img-wrapper {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

#trade-products .product-card-wrapper .product-card-header .trade-icon {
    width: 3.5em;
    height: 3.5em;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .product-card-header .trade-icon {
        width: 4.5em;
        height: 4.5em;
    }
}

#trade-products .product-card-wrapper .product-card-header .trade-icon-hover {
    width: 3.5em;
    height: 3.5em;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    z-index: 99;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .product-card-header .trade-icon-hover {
        width: 4.5em;
        height: 4.5em;
    }
}

#trade-products .product-card-wrapper .product-card-header .product-card-header-background {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
}

[dir] #trade-products .product-card-wrapper .product-card-header .product-card-header-background {
    -webkit-transition: max-height ease-in-out 0.2s;
    transition: max-height ease-in-out 0.2s;
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.tesla {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E51837), to(#960118));
    background: transparent linear-gradient(180deg, #E51837 0%, #960118 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.tesla {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E51837), to(#960118));
    background: transparent linear-gradient(-180deg, #E51837 0%, #960118 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.apple {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#414141), to(#000000));
    background: transparent linear-gradient(180deg, #414141 0%, #000000 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.apple {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#414141), to(#000000));
    background: transparent linear-gradient(-180deg, #414141 0%, #000000 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.amazon {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FD9900), to(#B94909));
    background: transparent linear-gradient(180deg, #FD9900 0%, #B94909 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.amazon {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FD9900), to(#B94909));
    background: transparent linear-gradient(-180deg, #FD9900 0%, #B94909 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.netflix {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E50914), to(#210002));
    background: transparent linear-gradient(180deg, #E50914 0%, #210002 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.netflix {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#E50914), to(#210002));
    background: transparent linear-gradient(-180deg, #E50914 0%, #210002 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nvidia {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#87B637), to(#507E02));
    background: transparent linear-gradient(180deg, #87B637 0%, #507E02 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nvidia {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#87B637), to(#507E02));
    background: transparent linear-gradient(-180deg, #87B637 0%, #507E02 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.microsoft {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#777777), to(#151515));
    background: transparent linear-gradient(180deg, #777777 0%, #151515 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.microsoft {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#777777), to(#151515));
    background: transparent linear-gradient(-180deg, #777777 0%, #151515 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nasdaq {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#27AADB), to(#03668B));
    background: transparent linear-gradient(180deg, #27AADB 0%, #03668B 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nasdaq {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#27AADB), to(#03668B));
    background: transparent linear-gradient(-180deg, #27AADB 0%, #03668B 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.google {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#878D93), to(#515458));
    background: transparent linear-gradient(180deg, #878D93 0%, #515458 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.google {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#878D93), to(#515458));
    background: transparent linear-gradient(-180deg, #878D93 0%, #515458 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xauusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D5B45E), to(#9A6C20));
    background: transparent linear-gradient(180deg, #D5B45E 0%, #9A6C20 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xauusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D5B45E), to(#9A6C20));
    background: transparent linear-gradient(-180deg, #D5B45E 0%, #9A6C20 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xagusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#838383));
    background: transparent linear-gradient(180deg, #D8D8D8 0%, #838383 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xagusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#838383));
    background: transparent linear-gradient(-180deg, #D8D8D8 0%, #838383 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xptusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C7C5C0), to(#716E6B));
    background: transparent linear-gradient(180deg, #C7C5C0 0%, #716E6B 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xptusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C7C5C0), to(#716E6B));
    background: transparent linear-gradient(-180deg, #C7C5C0 0%, #716E6B 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xpdusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C6C1BE), to(#776E68));
    background: transparent linear-gradient(180deg, #C6C1BE 0%, #776E68 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.xpdusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#C6C1BE), to(#776E68));
    background: transparent linear-gradient(-180deg, #C6C1BE 0%, #776E68 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.eurusd,
[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.audusd,
[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.gbpusd,
[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nzdusd,
[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.usdcad,
[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.usdchf {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#9BA7CB), to(#404E72));
    background: transparent linear-gradient(180deg, #9BA7CB 0%, #404E72 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.eurusd,
[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.audusd,
[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.gbpusd,
[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.nzdusd,
[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.usdcad,
[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.usdchf {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#9BA7CB), to(#404E72));
    background: transparent linear-gradient(-180deg, #9BA7CB 0%, #404E72 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.us500 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D04047), to(#8D171E));
    background: transparent linear-gradient(180deg, #D04047 0%, #8D171E 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.us500 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D04047), to(#8D171E));
    background: transparent linear-gradient(-180deg, #D04047 0%, #8D171E 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.us30 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#57ADDE), to(#026EAC));
    background: transparent linear-gradient(180deg, #57ADDE 0%, #026EAC 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.us30 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#57ADDE), to(#026EAC));
    background: transparent linear-gradient(-180deg, #57ADDE 0%, #026EAC 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.de30 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#EAC21B), to(#D59507));
    background: transparent linear-gradient(180deg, #EAC21B 0%, #D59507 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.de30 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#EAC21B), to(#D59507));
    background: transparent linear-gradient(-180deg, #EAC21B 0%, #D59507 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ut100 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#3D65BC), to(#1C3979));
    background: transparent linear-gradient(180deg, #3D65BC 0%, #1C3979 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ut100 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#3D65BC), to(#1C3979));
    background: transparent linear-gradient(-180deg, #3D65BC 0%, #1C3979 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.uk100 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#791C1C), to(#491B31));
    background: transparent linear-gradient(180deg, #791C1C 0%, #491B31 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.uk100 {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#791C1C), to(#491B31));
    background: transparent linear-gradient(-180deg, #791C1C 0%, #491B31 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.cocoa {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#572B32), to(#210D10));
    background: transparent linear-gradient(180deg, #572B32 0%, #210D10 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.cocoa {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#572B32), to(#210D10));
    background: transparent linear-gradient(-180deg, #572B32 0%, #210D10 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.coffee {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#8E5D30), to(#39220C));
    background: transparent linear-gradient(180deg, #8E5D30 0%, #39220C 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.coffee {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#8E5D30), to(#39220C));
    background: transparent linear-gradient(-180deg, #8E5D30 0%, #39220C 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.corn {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F5DF65), to(#CE992C));
    background: transparent linear-gradient(180deg, #F5DF65 0%, #CE992C 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.corn {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F5DF65), to(#CE992C));
    background: transparent linear-gradient(-180deg, #F5DF65 0%, #CE992C 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.soy {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#51BF57), to(#2E7732));
    background: transparent linear-gradient(180deg, #51BF57 0%, #2E7732 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.soy {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#51BF57), to(#2E7732));
    background: transparent linear-gradient(-180deg, #51BF57 0%, #2E7732 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ukousd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#432F18), to(#171111));
    background: transparent linear-gradient(180deg, #432F18 0%, #171111 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ukousd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#432F18), to(#171111));
    background: transparent linear-gradient(-180deg, #432F18 0%, #171111 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.cotton {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#DBCCB2), to(#BBAC91));
    background: transparent linear-gradient(180deg, #DBCCB2 0%, #BBAC91 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.cotton {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#DBCCB2), to(#BBAC91));
    background: transparent linear-gradient(-180deg, #DBCCB2 0%, #BBAC91 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.btcusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F7931A), to(#CE7304));
    background: transparent linear-gradient(180deg, #F7931A 0%, #CE7304 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.btcusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F7931A), to(#CE7304));
    background: transparent linear-gradient(-180deg, #F7931A 0%, #CE7304 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ethusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#748FF8), to(#4B62BC));
    background: transparent linear-gradient(180deg, #748FF8 0%, #4B62BC 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ethusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#748FF8), to(#4B62BC));
    background: transparent linear-gradient(-180deg, #748FF8 0%, #4B62BC 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ltcusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#6487CC), to(#2C4577));
    background: transparent linear-gradient(180deg, #6487CC 0%, #2C4577 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.ltcusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#6487CC), to(#2C4577));
    background: transparent linear-gradient(-180deg, #6487CC 0%, #2C4577 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.dogusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D9BB3F), to(#A08925));
    background: transparent linear-gradient(180deg, #D9BB3F 0%, #A08925 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.dogusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#D9BB3F), to(#A08925));
    background: transparent linear-gradient(-180deg, #D9BB3F 0%, #A08925 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.rplusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#51A7DC), to(#2C6295));
    background: transparent linear-gradient(180deg, #51A7DC 0%, #2C6295 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.rplusd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#51A7DC), to(#2C6295));
    background: transparent linear-gradient(-180deg, #51A7DC 0%, #2C6295 100%);
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.adausd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0441D6), to(#032067));
    background: transparent linear-gradient(180deg, #0441D6 0%, #032067 100%);
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .product-card-header-background.adausd {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#0441D6), to(#032067));
    background: transparent linear-gradient(-180deg, #0441D6 0%, #032067 100%);
}

#trade-products .product-card-wrapper .product-card-header .card-content {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

[dir=ltr] #trade-products .product-card-wrapper .product-card-header .card-content {
    text-align: left;
}

[dir=rtl] #trade-products .product-card-wrapper .product-card-header .card-content {
    text-align: right;
}

#trade-products .product-card-wrapper .product-card-header .card-content .card-title {
    text-transform: uppercase;
    font-size: 1.18em;
    font-weight: bold;
}

[dir] #trade-products .product-card-wrapper .product-card-header .card-content .card-title {
    -webkit-transition: color ease-in-out 0.1s;
    transition: color ease-in-out 0.1s;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .product-card-header .card-content .card-title {
        font-size: 1.5em;
    }
}

#trade-products .product-card-wrapper .product-card-header .card-content .card-desc {
    font-size: 0.7em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

[dir] #trade-products .product-card-wrapper .product-card-header .card-content .card-desc {
    -webkit-transition: color ease-in-out 0.1s;
    transition: color ease-in-out 0.1s;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .product-card-header .card-content .card-desc {
        font-size: 1em;
    }
}

#trade-products .product-card-wrapper .card-body {
    font-size: 0.8125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.35em;
    color: #020862;
}

[dir] #trade-products .product-card-wrapper .card-body {
    padding: 1.25rem;
    text-align: center;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .card-body {
        font-size: 1em;
        row-gap: 1rem;
    }
}

#trade-products .product-card-wrapper .card-body .graph-box,
#trade-products .product-card-wrapper .card-body .buy-sell-box {
    width: 100%;
}

#trade-products .product-card-wrapper .card-body .graph-svg {
    position: relative;
    height: 3.25rem;
}

[dir] #trade-products .product-card-wrapper .card-body .graph-svg {
    border-bottom: 0.0625rem solid rgba(204, 204, 204, 0.2509803922);
}

#trade-products .product-card-wrapper .card-body .graph-svg svg {
    width: 100%;
}

[dir] #trade-products .product-card-wrapper .card-body .graph-svg svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .card-body .graph-svg {
        height: 4.25rem;
    }
}

#trade-products .product-card-wrapper .card-body .graph-svg .green-graph-1,
#trade-products .product-card-wrapper .card-body .graph-svg .green-graph-2 {
    position: absolute;
    opacity: 1;
}

[dir] #trade-products .product-card-wrapper .card-body .graph-svg .green-graph-1,
[dir] #trade-products .product-card-wrapper .card-body .graph-svg .green-graph-2 {
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#trade-products .product-card-wrapper .card-body .graph-svg .red-graph-1 {
    position: absolute;
    opacity: 0;
}

[dir] #trade-products .product-card-wrapper .card-body .graph-svg .red-graph-1 {
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#trade-products .product-card-wrapper .card-body .buy-sell-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
}

#trade-products .product-card-wrapper .card-body .buy-box,
#trade-products .product-card-wrapper .card-body .sell-box {
    text-decoration: none;
}

[dir] #trade-products .product-card-wrapper .card-body .buy-box,
[dir] #trade-products .product-card-wrapper .card-body .sell-box {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#trade-products .product-card-wrapper .card-body .card-btn {
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 90%;
    font-size: 1em;
    text-decoration: none;
}

[dir] #trade-products .product-card-wrapper .card-body .card-btn {
    border-radius: 0.75rem;
    text-align: center;
    padding: 0.5rem 0;
}

@media (min-width: 768px) {
    #trade-products .product-card-wrapper .card-body .card-btn {
        font-size: 1.25em;
    }
}

[dir] #trade-products .product-card-wrapper .card-body .sell-btn {
    background-color: #D83730;
    margin-top: 0.625em;
}

[dir] #trade-products .product-card-wrapper .card-body .sell-btn.red {
    background-color: #D83730;
}

[dir] #trade-products .product-card-wrapper .card-body .sell-btn.green {
    background-color: #48AD3B;
}

[dir] #trade-products .product-card-wrapper .card-body .buy-btn {
    background-color: #48AD3B;
    margin-top: 0.625em;
}

[dir] #trade-products .product-card-wrapper .card-body .buy-btn.red {
    background-color: #D83730;
}

[dir] #trade-products .product-card-wrapper .card-body .buy-btn.green {
    background-color: #48AD3B;
}

#trade-products .product-card-wrapper .card-body .sell-value {
    color: #D83730;
}

#trade-products .product-card-wrapper .card-body .sell-value.red {
    color: #D83730;
}

#trade-products .product-card-wrapper .card-body .sell-value.green {
    color: #48AD3B;
}

#trade-products .product-card-wrapper .card-body .buy-value {
    color: #48AD3B;
}

#trade-products .product-card-wrapper .card-body .buy-value.red {
    color: #D83730;
}

#trade-products .product-card-wrapper .card-body .buy-value.green {
    color: #48AD3B;
}

#trade-products .product-card-wrapper .card-body .trade-btn-box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -125%;
    opacity: 0;
}

[dir] #trade-products .product-card-wrapper .card-body .trade-btn-box {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

#trade-products .product-card-wrapper .card-body .trade-btn-box .trade-btn {
    text-decoration: none;
    width: 100%;
    color: #020862;
}

[dir] #trade-products .product-card-wrapper .card-body .trade-btn-box .trade-btn {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    padding: 0.5rem;
}

#trade-products .golden-btn {
    position: relative;
    z-index: 3;
    text-decoration: none;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    color: #020862;
    font-weight: 500;
    font-size: 1.375rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
}

[dir] #trade-products .golden-btn {
    cursor: pointer;
    text-align: center;
    padding: 0.4375rem 1.75rem;
    border-radius: 0.4375rem;
    background-size: 200% auto;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 0.125rem solid #d5ab64;
}

[dir=ltr] #trade-products .golden-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: left center;
}

[dir=rtl] #trade-products .golden-btn {
    background-image: -webkit-gradient(linear, right top, left top, from(#ffe098), color-stop(25%, #ebbe64), color-stop(50%, #bb914a), color-stop(75%, #ebbe64), to(#ffe098));
    background-image: linear-gradient(-90deg, #ffe098 0%, #ebbe64 25%, #bb914a 50%, #ebbe64 75%, #ffe098 100%);
    background-position: right center;
}

:root[lang=it] #trade-products .golden-btn {
    font-size: 1em;
}

:root[lang=es] #trade-products .golden-btn {
    font-size: 1em;
}

:root[lang=ru] #trade-products .golden-btn {
    font-size: 1em;
}

[dir=ltr] #trade-products .golden-btn:hover {
    background-position: right;
}

[dir=rtl] #trade-products .golden-btn:hover {
    background-position: left;
}

@media (max-width: 767px) {
    #trade-products .golden-btn {
        max-width: 20.125rem;
        width: 100%;
        font-size: 1.25rem;
    }

    [dir] #trade-products .golden-btn {
        padding: 0.375rem;
    }

    :root[lang=it] #trade-products .golden-btn {
        font-size: 1em;
    }

    :root[lang=es] #trade-products .golden-btn {
        font-size: 1em;
    }
}

@media (max-width: 320px) {
    #trade-products .golden-btn {
        font-size: 0.75rem;
    }

    :root[lang=it] #trade-products .golden-btn {
        font-size: 0.75em;
    }

    :root[lang=es] #trade-products .golden-btn {
        font-size: 0.75em;
    }
}

[dir] #trading-platforms-section {
    background: #fff;
}

#trading-platforms-section .trading-platforms-wrapper {
    position: relative;
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

[dir] #trading-platforms-section .trading-platforms-wrapper {
    padding: 3rem 0 3.125rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    [dir] #trading-platforms-section .trading-platforms-wrapper {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 7.5rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f)); */
    /* background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%); */
    /* -webkit-text-fill-color: transparent; */
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #03105F;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
    margin: 0;
    /* -webkit-background-clip: text; */
    text-align: center;
    padding: 0 2rem;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67)); */
    /* background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%); */
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
        font-size: 3.25rem;
    }
}

@media (min-width: 992px) {
    [dir] #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-heading {
        font-size: 3.25rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .trading-platforms-swiper {
    width: 100%;
    height: 100%;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .trading-platforms-swiper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 768px) {
    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-swiper .swiper-slide.swiper-slide-active {
        opacity: 1 !important;
    }

    #trading-platforms-section .trading-platforms-wrapper .trading-platforms-swiper .swiper-slide:not(.swiper-slide-active) {
        opacity: 0 !important;
    }
}

#trading-platforms-section .trading-platforms-wrapper .buttons-swiper {
    width: 100%;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .buttons-swiper {
    margin-top: 0.7rem;
}

#trading-platforms-section .trading-platforms-wrapper .buttons-swiper .button-slider {
    color: #03105F;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    white-space: nowrap;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .buttons-swiper .button-slider {
    text-align: center;
    border-radius: 2.25rem;
    background: #F1F3F9;
    padding: 0.33333em 1.3em;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .buttons-swiper .button-slider {
        font-size: 1.125rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .buttons-swiper .swiper-slide {
    opacity: 0.6;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .buttons-swiper .swiper-slide .button-slider {
    border: none;
}

#trading-platforms-section .trading-platforms-wrapper .buttons-swiper .swiper-slide-active {
    opacity: 1;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .buttons-swiper .swiper-slide-active .button-slider {
    border: 0.0625rem solid #BB914A;
}

#trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar {
    position: relative;
    bottom: 0;
    height: 2.25rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar {
    margin-top: 1rem;
    border-radius: 2.25rem;
    background: transparent;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar {
    left: 0;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar {
    right: 0;
}

#trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    color: #03105F;
    font-size: 1.125rem;
    font-weight: 700;
    width: 13.75rem;
    white-space: nowrap;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    text-align: center;
    border-radius: 2.25rem;
    background: #F1F3F9;
    border: 0.0625rem solid #BB914A;
    padding: 0.33333em 1.3em;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper {
    position: relative;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper {
    padding: 0 2rem;
    margin-top: 1.5rem;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper img {
    height: auto;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
    position: absolute;
    top: 22%;
    width: 32%;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
    -webkit-animation: leftBottomFloat 9s ease-in-out infinite;
    animation: leftBottomFloat 9s ease-in-out infinite;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
    left: 1.5%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
    right: 1.5%;
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
        width: 40%;
    }
}

@media (min-width: 1600px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1 {
        width: 100%;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1.ctrader {
    top: 12%;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1.ctrader {
    left: 24.5%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1.ctrader {
    right: 24.5%;
}

@media (min-width: 1200px) {
    [dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1.ctrader {
        left: 9.5%;
    }

    [dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-1.ctrader {
        right: 9.5%;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
    position: absolute;
    top: 20%;
    width: 32%;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
    -webkit-animation: rightTopFloat 11s ease-in-out infinite;
    animation: rightTopFloat 11s ease-in-out infinite;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
    left: 53%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
    right: 61%;
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
        width: 40%;
    }
}

@media (min-width: 1600px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
        width: 40%;
    }
}

@media (min-width: 2560px) {
    [dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
        left: 50%;
    }

    [dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2 {
        right: 50%;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2.ctrader {
    top: 33%;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2.ctrader {
    left: 24.5%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2.ctrader {
    right: 24.5%;
}

@media (min-width: 1200px) {
    [dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2.ctrader {
        left: 13%;
    }

    [dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-2.ctrader {
        right: 13%;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
    position: absolute;
    top: 20%;
    width: 32%;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
    -webkit-animation: rightTopFloat 8s ease-in-out infinite;
    animation: rightTopFloat 8s ease-in-out infinite;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
    left: 4%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
    right: 4%;
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
        width: 40%;
    }
}

@media (min-width: 1600px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3 {
        width: 40%;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3.ctrader {
    top: 16%;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3.ctrader {
    left: 49%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3.ctrader {
    right: 49%;
}

@media (min-width: 2560px) {
    [dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3.ctrader {
        left: 39%;
    }

    [dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .img-wrapper .image-3.ctrader {
        right: 39%;
    }
}

@media (min-width: 1600px) {
    [dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .mt4-mt5-slide {
        padding-right: 10rem;
    }

    [dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .mt4-mt5-slide {
        padding-left: 10rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-title {
    width: 100%;
    color: #03105F;
    font-size: 1.0625rem;
    font-weight: 700;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-title {
    text-align: left;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-title {
    text-align: right;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-title {
        font-size: 1.5rem;
    }
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps {
    margin-top: 1.25rem;
}

@media (min-width: 992px) {
    [dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    [dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .steps-rows {
        margin-top: 2.25rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-size: 2.625rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 768px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .how-to-number {
        font-size: 3.25rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-title {
    color: #03105F;
    font-size: 1.0625rem;
    font-weight: 700;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-title {
        font-size: 1.5rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description {
    color: #03105F;
    font-size: 0.9375rem;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description {
        font-size: 1.25rem;
    }
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description.mt45-slide {
    margin-top: 1.25rem;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description-2 {
    color: #03105F;
    font-size: 0.9375rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description-2 {
    margin-top: 1.25rem;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .how-to-steps .step-description-2 {
        font-size: 1.25rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section {
    color: #03105F;
    font-size: 0.875rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section {
    margin-top: 1.25rem;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section {
        font-size: 1rem;
    }

    [dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section {
        margin-top: 2.625rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons {
    margin-top: 0.8125rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons.mt4-mt5-buttons {
    cursor: none;
}

@media (min-width: 1600px) {
    #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons.mt4-mt5-buttons {
        gap: 4.75rem;
    }
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons .download-button {
    cursor: pointer;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons .download-button img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons .download-button:hover .img-hover {
    display: block !important;
}

#trading-platforms-section .trading-platforms-wrapper .platform-slide .download-section .download-buttons .download-button:hover .img {
    display: none;
}

#trading-platforms-section .trading-platforms-wrapper .platforms-btn {
    position: relative;
    bottom: 0;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platforms-btn {
    margin-top: 1rem;
    border-radius: 2.25rem;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .platforms-btn {
    left: 0;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .platforms-btn {
    right: 0;
}

#trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet {
    color: #03105F;
    font-size: 1.125rem;
    font-weight: 700;
    width: 13.75rem;
    min-width: 15rem;
    height: auto;
    white-space: nowrap;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet {
    text-align: center;
    border-radius: 2.25rem;
    background: #F1F3F9;
    border: 0.0625rem solid #BB914A;
    padding: 0.33333em 1.3em;
}

#trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet:hover,
#trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet .swiper-pagination-bullet-active {
    color: #FFFFFF;
    opacity: 1;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet:hover,
[dir] #trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background: #010C3E;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet {
        font-size: 1.5rem;
        width: auto;
        min-width: 15rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet-active {
    color: #FFFFFF;
    opacity: 1;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .platforms-btn .swiper-pagination-bullet-active {
    background: #010C3E;
}

#trading-platforms-section .trading-platforms-wrapper .circular-buttons {
    position: relative;
    bottom: 0;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .circular-buttons {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    #trading-platforms-section .trading-platforms-wrapper .circular-buttons {
        position: absolute;
        bottom: 3rem;
    }

    [dir] #trading-platforms-section .trading-platforms-wrapper .circular-buttons {
        margin-top: 0;
    }
}

@media (min-width: 2500px) {
    #trading-platforms-section .trading-platforms-wrapper .circular-buttons {
        bottom: 0;
    }
}

#trading-platforms-section .trading-platforms-wrapper .circular-buttons .swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .circular-buttons .swiper-pagination-bullet {
    background: #000832;
}

#trading-platforms-section .trading-platforms-wrapper .circular-buttons .swiper-pagination-bullet-active {
    height: 0.375rem;
    width: 1.6875rem;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .circular-buttons .swiper-pagination-bullet-active {
    background: #000832;
    border-radius: 0.375rem;
}

#trading-platforms-section .trading-platforms-wrapper .learn-more {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .learn-more {
    margin-top: 1rem;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .learn-more {
    padding-right: 2em;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #trading-platforms-section .trading-platforms-wrapper .learn-more {
        margin-top: 3rem;
    }
}

#trading-platforms-section .trading-platforms-wrapper .learn-more .learn-more-link {
    text-decoration: none;
    color: #C79942;
    font-size: 1.25rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

[dir] #trading-platforms-section .trading-platforms-wrapper .learn-more .learn-more-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#trading-platforms-section .trading-platforms-wrapper .learn-more .platforms-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .learn-more .platforms-arrow {
    -webkit-transition: right 0.3s ease, color 0.3s ease;
    transition: right 0.3s ease, color 0.3s ease;
    right: -12%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more .platforms-arrow {
    -webkit-transition: left 0.3s ease, color 0.3s ease;
    transition: left 0.3s ease, color 0.3s ease;
    left: -12%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more .platforms-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#trading-platforms-section .trading-platforms-wrapper .learn-more:hover .platforms-arrow,
#trading-platforms-section .trading-platforms-wrapper .learn-more:focus-visible .platforms-arrow {
    -webkit-filter: invert(11%) sepia(39%) saturate(4221%) hue-rotate(224deg) brightness(50%) contrast(120%);
    filter: invert(11%) sepia(39%) saturate(4221%) hue-rotate(224deg) brightness(50%) contrast(120%);
}

[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .learn-more:hover .platforms-arrow,
[dir=ltr] #trading-platforms-section .trading-platforms-wrapper .learn-more:focus-visible .platforms-arrow {
    right: -20%;
}

[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more:hover .platforms-arrow,
[dir=rtl] #trading-platforms-section .trading-platforms-wrapper .learn-more:focus-visible .platforms-arrow {
    left: -20%;
}

#trading-platforms-section .trading-platforms-wrapper .learn-more:hover .learn-more-link,
#trading-platforms-section .trading-platforms-wrapper .learn-more:focus-visible .learn-more-link {
    color: #03105F;
}

@-webkit-keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -6%);
        transform: translate(7%, -6%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -6%);
        transform: translate(7%, -6%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

#ctas-section {
    overflow: hidden;
}

[dir=ltr] #ctas-section {
    background: transparent -webkit-gradient(linear, left top, right top, from(#010C3E), color-stop(52%, #03105F), to(#010C3E)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #010C3E 0%, #03105F 52%, #010C3E 100%) 0 0 no-repeat padding-box;
}

[dir=rtl] #ctas-section {
    background: transparent -webkit-gradient(linear, right top, left top, from(#010C3E), color-stop(52%, #03105F), to(#010C3E)) 100% 0 no-repeat padding-box;
    background: transparent linear-gradient(-90deg, #010C3E 0%, #03105F 52%, #010C3E 100%) 100% 0 no-repeat padding-box;
}

@media (min-width: 1200px) {
    #ctas-section {
        overflow: unset;
    }
}

#ctas-section .ctas-section-container {
    position: relative;
    max-width: 102rem;
    width: 100%;
    height: 100%;
    z-index: 2;
}

[dir] #ctas-section .ctas-section-container {
    padding: 2rem 1.875rem 0;
    margin: auto;
}

@media (min-width: 1200px) {
    [dir] #ctas-section .ctas-section-container {
        padding: 5.75rem 4rem 0;
    }
}

#ctas-section .ctas-section-cards {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: -1.5rem;
}

[dir] #ctas-section .ctas-section-cards {
    margin: 0;
}

#ctas-section .cta-card-wrapper {
    -webkit-filter: drop-shadow(0 0.375rem 1.25rem rgba(16, 57, 175, 0.3294117647));
    filter: drop-shadow(0 0.375rem 1.25rem rgba(16, 57, 175, 0.3294117647));
    height: 9rem;
}

[dir] #ctas-section .cta-card-wrapper {
    border-radius: 0.8125rem;
}

[dir=ltr] #ctas-section .cta-card-wrapper {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#E4E6F4), to(#FFFFFF)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #E4E6F4 0%, #FFFFFF 100%) 0 0 no-repeat padding-box;
}

[dir=rtl] #ctas-section .cta-card-wrapper {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#E4E6F4), to(#FFFFFF)) 100% 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, #E4E6F4 0%, #FFFFFF 100%) 100% 0 no-repeat padding-box;
}

@media (min-width: 992px) {
    #ctas-section .cta-card-wrapper {
        height: 10.875rem;
    }
}

@media (min-width: 1200px) {
    #ctas-section .cta-card-wrapper {
        -webkit-filter: drop-shadow(0 0.375rem 0.625rem rgba(16, 57, 175, 0.3294117647));
        filter: drop-shadow(0 0.375rem 0.625rem rgba(16, 57, 175, 0.3294117647));
    }
}

[dir] #ctas-section .cta-card-body {
    padding: 1rem;
}

@media (min-width: 992px) {
    [dir] #ctas-section .cta-card-body {
        padding: 2rem;
    }
}

#ctas-section .cta-card-body .cta-card-title {
    color: #03105F;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

[dir] #ctas-section .cta-card-body .cta-card-title {
    text-align: center;
    margin-bottom: 1rem;
}

#ctas-section .cta-card-body .cta-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[dir=ltr] #ctas-section .cta-card-body .cta-card-link:first-child {
    padding-right: 0.5rem;
}

[dir=rtl] #ctas-section .cta-card-body .cta-card-link:first-child {
    padding-left: 0.5rem;
}

[dir=ltr] #ctas-section .cta-card-body .cta-card-link:last-child {
    padding-left: 0.5rem;
}

[dir=rtl] #ctas-section .cta-card-body .cta-card-link:last-child {
    padding-right: 0.5rem;
}

#ctas-section .cta-card-body .cta-card-link .cta-card-img:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ctas-section .cta-card-body .cta-card-link .cta-card-img:last-child {
    display: none;
}

#ctas-section .cta-card-body .cta-card-link:hover .cta-card-img:first-child {
    display: none;
}

#ctas-section .cta-card-body .cta-card-link:hover .cta-card-img:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ctas-section .cta-card-body .cta-card-img {
    width: 100%;
}

[dir] #ctas-section .cta-card-body .cta-card-img {
    cursor: pointer;
}

#ctas-section .cta-card-body .home-btn {
    width: 70%;
    font-size: 0.875rem;
}

[dir] #ctas-section .cta-card-body .home-btn {
    margin: auto;
    padding: 0.35rem 1rem;
}

@media (min-width: 768px) {
    [dir] #ctas-section .cta-card-body .home-btn {
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 992px) {
    #ctas-section .cta-card-body .home-btn {
        font-size: 1rem;
    }

    [dir] #ctas-section .cta-card-body .home-btn {
        padding: 0.75rem 1rem;
    }
}

@media (min-width: 1200px) {
    #ctas-section .cta-card-body .home-btn {
        width: 70%;
    }

    [dir] #ctas-section .cta-card-body .home-btn {
        padding: 0.5rem 1rem;
    }
}

#ctas-section .background-overlay-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4rem;
    z-index: 1;
}

[dir] #ctas-section .background-overlay-mobile {
    background: #ffffff;
    border: 0;
}

@media (min-width: 1200px) {
    #ctas-section .background-overlay-mobile {
        display: none;
    }
}

#trading-accounts-section {
    overflow: hidden;
}

[dir] #trading-accounts-section {
    background: #FFFFFF;
}

#trading-accounts-section .trading-accounts-container {
    position: relative;
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

[dir] #trading-accounts-section .trading-accounts-container {
    padding: 3rem 1.875rem 3.125rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    [dir] #trading-accounts-section .trading-accounts-container {
        padding: 3rem 4rem 8.125rem;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f)); */
    /* background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%); */
    /* -webkit-text-fill-color: transparent; */
    font-size: 1.75rem;
    font-weight: 500;
    color: #03105F;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-title {
    margin: 0;
    /* -webkit-background-clip: text; */
    padding: 0 1em;
    text-align: center;
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-title {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%); */
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-title {
        font-size: 3.25rem;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper {
    margin-top: 1.2rem;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper {
        max-height: 19rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper {
        margin-top: 3.75rem;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 0;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination {
    -webkit-transform: none;
    transform: none;
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination {
    right: 0;
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination {
    left: 0;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1375rem;
    -webkit-clip-path: polygon(50% 100%, 0 95%, 0 0, 100% 0, 100% 95%);
    clip-path: polygon(50% 100%, 0 95%, 0 0, 100% 0, 100% 95%);
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
    padding: 1rem 0.7rem;
    margin: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
    }

    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
        padding: 0 4.43em 0 2.17em;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
        padding: 0 2.17em 0 4.43em;
    }

    :root[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
        -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
    }
}

@media (min-width: 1400px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet {
        font-size: 1.4375rem;
    }
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet:not(:last-child) {
    border-right: 0.0625rem solid rgba(128, 128, 128, 0.3);
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet:not(:last-child) {
    border-left: 0.0625rem solid rgba(128, 128, 128, 0.3);
}

@media (min-width: 992px) {
    [dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet:not(:last-child) {
        border-bottom: 0.0625rem solid rgba(128, 128, 128, 0.3);
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs h2 {
    color: #03105F;
    font-size: 1.0625rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.3333;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs h2 {
    margin: 0.75rem 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    [dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs h2 {
        margin: 0;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs p {
    color: #FFFFFF;
    font-size: 1rem;
    display: none;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet .btn-paragraphs p {
    margin: 0;
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
    max-width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        max-width: 50%;
    }

    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        padding-right: 3rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        padding-left: 3rem;
    }
}

@media (min-width: 1600px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        max-width: 65%;
    }

    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        padding-right: 3rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet img {
        padding-left: 3rem;
    }
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active {
    background: transparent -webkit-gradient(linear, left top, right top, from(#020862), to(#000832));
    background: transparent linear-gradient(90deg, #020862 0%, #000832 100%);
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active {
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832));
    background: transparent linear-gradient(-90deg, #020862 0%, #000832 100%);
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active h2 {
        font-size: 3.25rem;
    }
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .trading-accounts-pagination .swiper-pagination-bullet-active p {
        display: block !important;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide {
        max-height: 18.375rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

@media (min-width: 992px) {
    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-left: 1.625rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-right: 1.625rem;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-left: 3.625rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-right: 3.625rem;
    }
}

@media (min-width: 1400px) {
    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-left: 6.625rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-right: 6.625rem;
    }
}

@media (min-width: 1600px) {
    [dir=ltr] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-left: 8.625rem;
    }

    [dir=rtl] #trading-accounts-section .trading-accounts-container .trading-accounts-swiper .swiper-slide>div {
        padding-right: 8.625rem;
    }
}

#trading-accounts-section .trading-accounts-container .first-half .platform-card-description {
    color: #03105F;
    font-size: 1.1rem;
    line-height: 1.375;
}

#trading-accounts-section .trading-accounts-container .first-half .platform-card-description a {
    text-decoration: none;
    color: #03105F;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .first-half .platform-card-description {
        font-size: 1.25rem;
        line-height: 1.333;
    }
}

#trading-accounts-section .trading-accounts-container .first-half .first-half-list {
    list-style-image: url("../public_files/images/home/animated-home/advantages/list-candles.png");
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .first-half .first-half-list {
    padding-left: 1.5em;
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .first-half .first-half-list {
    padding-right: 1.5em;
}

#trading-accounts-section .trading-accounts-container .first-half .first-half-list li {
    color: #03105F;
    font-size: 0.9375rem;
    font-weight: 700;
}

[dir] #trading-accounts-section .trading-accounts-container .first-half .first-half-list li {
    margin-bottom: 0.85em;
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .first-half .first-half-list li {
    padding-left: 0.5em;
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .first-half .first-half-list li {
    padding-right: 0.5em;
}

@media (min-width: 992px) {
    #trading-accounts-section .trading-accounts-container .first-half .first-half-list li {
        font-size: 1.25rem;
    }
}

#trading-accounts-section .trading-accounts-container .second-half .platform-card-features {
    list-style-image: url("../public_files/images/platforms/bullet-point-small.png");
}

#trading-accounts-section .trading-accounts-container .second-half .platform-card-features li {
    color: #03105F;
    font-size: 1.1rem;
}

[dir] #trading-accounts-section .trading-accounts-container .second-half .platform-card-features li {
    margin-bottom: 0.85em;
}

[dir=ltr] #trading-accounts-section .trading-accounts-container .second-half .platform-card-features li {
    padding-left: 0.5em;
}

[dir=rtl] #trading-accounts-section .trading-accounts-container .second-half .platform-card-features li {
    padding-right: 0.5em;
}

@media (min-width: 768px) {
    #trading-accounts-section .trading-accounts-container .second-half .platform-card-features li {
        font-size: 1.25rem;
    }
}

#advantage-section {
    overflow: hidden;
}

#advantage-section {
    background: #fff;
}

#advantage-section .advantage-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 102rem;
}

[dir] #advantage-section .advantage-section-wrapper {
    padding: 3.125rem 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    [dir] #advantage-section .advantage-section-wrapper {
        padding: 1.5rem 1rem 5rem;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent; */
    font-size: 1.75rem;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #03105F;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-title {
    margin: 0;
    /* -webkit-background-clip: text; */
    padding: 0 1em;
    text-align: center;
}

/* [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-title {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #A0762F), color-stop(50%, #DEC481), to(#A0762F));
    background-image: linear-gradient(90deg, #A0762F 25%, #DEC481 50%, #A0762F 100%);
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-title {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #A0762F), color-stop(50%, #DEC481), to(#A0762F));
    background-image: linear-gradient(-90deg, #A0762F 25%, #DEC481 50%, #A0762F 100%);
} */

@media (min-width: 768px) {
    #advantage-section .advantage-section-wrapper .advantage-section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #advantage-section .advantage-section-wrapper .advantage-section-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 992px) {
    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards {
        margin-top: 8rem;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards {
        padding-left: 2.8125rem;
    }

    [dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards {
        padding-right: 2.8125rem;
    }
}

@media (min-width: 1400px) {
    [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards {
        padding-left: 0;
    }

    [dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards {
        padding-right: 0;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20rem;
    min-height: 18rem;
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832));
    background: transparent linear-gradient(270deg, #020862 0%, #000832 100%);
}


[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card {
    border-radius: 1.875rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card {
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832)); 
    background: transparent linear-gradient(270deg, #020862 0%, #000832 100%);
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card {
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832)); 
    background: transparent linear-gradient(270deg, #020862 0%, #000832 100%);
}

@media (min-width: 992px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
} */

/* [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover {
    background: #FFFFFF;
} */

/* [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover {
    text-align: left;
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover {
    text-align: right;
} */

/* #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
    position: absolute;
    top: -35%;
} */

/* [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

/* [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
    left: -20%;
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
    right: -20%;
} */

@media (min-width: 1400px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
        top: -30%;
    }
}

@media (min-width: 2500px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
        top: -20%;
    }

    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    /* [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
        left: -15%;
    }

    [dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .card-img {
        right: -15%;
    } */
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .desc-list {
    display: block;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .desc-list {
    -webkit-animation: fadein 0.3s ease;
    animation: fadein 0.3s ease;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .advantage-card-overlay {
    height: 100%;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card:hover .advantage-card-overlay {
    -webkit-box-shadow: 0 0 2rem rgba(0, 98, 255, 0.7);
    box-shadow: 0 0 2rem rgba(0, 98, 255, 0.7);
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .desc-list {
    display: none;
    list-style: url("../public_files/images/home/animated-home/advantages/list-candles.png");
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .desc-list {
    margin-top: 3.125rem;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .desc-list li {
    font-size: 1rem;
    color: #03105F;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .desc-list li {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .desc-list li a {
    text-decoration: none;
    color: #03105F;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
    position: absolute;
    top: -42%;
    max-width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        top: -27%;
    }
}
@media (min-width: 1400px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        top: -42%;
    }

    .why-the-dollar #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        max-width: 70%;
    }
}

@media (min-width: 1600px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        top: -50%;
    }
}

@media (min-width: 2560px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        top: -20%;
    }

    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img .adv-img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img .adv-img {
        max-width: 80%;
    }
}

@media (min-width: 1400px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-img .adv-img {
        max-width: 100%;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
    -webkit-background-clip: text;
    margin-top: 1.75rem;
    padding: 0 1.3em;
}

[dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 1600px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
        min-height: 4rem;
    }

    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-title {
        margin-top: 1.75rem;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
    color: white;
    font-size: 1rem;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
    margin-top: 2.3rem;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description a {
    color: white;
    text-decoration: none;
}

@media (min-width: 992px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
        max-width: 85%;
    }
}
@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
        font-size: 1.25rem;
    }
}
@media (min-width: 1600px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card .card-description {
        min-height: 4rem;
        font-size: 1.5rem;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832)); 
    background: transparent linear-gradient(270deg, #020862 0%, #000832 100%);
    text-align: center;
    padding: 1rem;
    border-radius: 1.875rem;
}

@media (min-width: 768px) {
    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile {
        padding: 0 2rem;
        margin-top: 2rem;
        border-radius: 1.875rem;
    }

    /* [dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile {
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(rgba(2, 8, 98, 0)));
        background: transparent linear-gradient(180deg, #000832 0%, rgba(2, 8, 98, 0) 100%);
    }

    [dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile {
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#000832), to(rgba(2, 8, 98, 0)));
        background: transparent linear-gradient(-180deg, #000832 0%, rgba(2, 8, 98, 0) 100%);
    } */
}

@media (min-width: 992px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile {
        display: none;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-img img {
        width: 75%;
        display: block;
    }

    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-img img {
        margin: auto;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-size: 1.25rem;
    font-weight: 600;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
    margin: 0;
    -webkit-background-clip: text;
    margin-top: 1.75rem;
    padding: 0 1.3em;
}

[dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    text-align: center;
}
.advantage-card-mobile .card-description {
    color: #fff;
    padding: 1.25rem;
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    text-align: right;
}

@media (min-width: 768px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 576px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .card-title {
        font-size: 1.25rem;
    }
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list {
    list-style: url("../public_files/images/home/animated-home/advantages/list-candles.png");
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list {
    margin-top: 1.125rem;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list li {
    font-size: 0.9375rem;
    color: #FFFFFF;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list li {
    margin-bottom: 1.25rem;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list li:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    [dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list li {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }
}

[dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list .desc-list-item {
    margin-left: 0.5rem;
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-mobile .desc-list .desc-list-item {
    margin-right: 0.5rem;
}

#advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-overlay {
    display: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    /* Half of the original height */
    top: 0;
    z-index: 0;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-overlay {
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 -1.3rem 1.25rem rgba(0, 98, 255, 0.15);
    box-shadow: 0 -1.3rem 1.25rem rgba(0, 98, 255, 0.15);
}

[dir=ltr] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-overlay {
    left: 0;
}

[dir=rtl] #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-overlay {
    right: 0;
}

@media (min-width: 768px) {
    #advantage-section .advantage-section-wrapper .advantage-section-cards .advantage-card-overlay {
        display: block;
    }
}

#advantage-section .advantage-section-wrapper .advantage-card-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-card-pagination {
    margin-top: 1rem;
}

#advantage-section .advantage-section-wrapper .advantage-card-pagination .swiper-pagination-bullet {
    height: 0.375rem;
    width: 0.375rem;
    opacity: 0.2;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-card-pagination .swiper-pagination-bullet {
    border-radius: 0.25rem;
    background: #FFFFFF;
}

#advantage-section .advantage-section-wrapper .advantage-card-pagination .swiper-pagination-bullet-active {
    width: 1.6875rem;
    opacity: 1;
}

[dir] #advantage-section .advantage-section-wrapper .advantage-card-pagination .swiper-pagination-bullet-active {
    border-radius: 0.25rem;
    background: #BB914A;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#global-presence-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[dir] #global-presence-section {
    background: #F1F3F9;
    padding: 3.125rem 1.875rem;
}

@media (min-width: 992px) {
    [dir] #global-presence-section {
        padding: 5.5rem 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir] #global-presence-section {
        padding: 7.5rem 7.75rem;
    }
}

#global-presence-section .home-section-heading {
    position: relative;
}

[dir] #global-presence-section .home-section-heading {
    text-align: center;
}

#global-presence-section .home-section-heading .home-section-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    color: #bb914a;
    line-height: 1.3333;
    font-weight: 500;
}

[dir] #global-presence-section .home-section-heading .home-section-title {
    margin: 0;
    -webkit-background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
}

[dir=ltr] #global-presence-section .home-section-heading .home-section-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #global-presence-section .home-section-heading .home-section-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #global-presence-section .home-section-heading .home-section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #global-presence-section .home-section-heading .home-section-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #global-presence-section .home-section-heading .home-section-title {
        font-size: 3.25rem;
    }
}

#global-presence-section .home-section-heading .home-section-description {
    font-size: 0.9375rem;
    line-height: 1.375;
    color: #03105F;
}

[dir] #global-presence-section .home-section-heading .home-section-description {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

#global-presence-section .home-section-heading .home-section-description {
    font-size: 1rem;
}

@media screen and (min-width: 375px) {
    #global-presence-section .home-section-heading .home-section-description {
        font-size: calc(1rem + 4 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    #global-presence-section .home-section-heading .home-section-description {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    #global-presence-section .home-section-heading .home-section-description {
        font-size: 1.25rem;
        line-height: 1.333;
    }
}

@media (min-width: 1200px) {
    [dir] #global-presence-section .home-section-heading .home-section-description {
        padding: 0 21rem;
    }
}

#global-presence-section .global-presence-image {
    width: 100%;
    max-width: 100%;
    display: block;
}

[dir] #global-presence-section .global-presence-image {
    margin-top: 1rem;
}

[dir] #ib-section {
    background-color: #010C3E;
}

#ib-section .ib-content-wrapper {
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    #ib-section .ib-content-wrapper::before {
        float: left;
        padding-top: 31.25%;
        content: '';
    }

    #ib-section .ib-content-wrapper::after {
        display: block;
        content: '';
        clear: both;
    }
}

#ib-section .ib-section-bg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

#ib-section .ib-section-bg::before {
    float: left;
    padding-top: 46.875%;
    content: '';
}

#ib-section .ib-section-bg::after {
    display: block;
    content: '';
    clear: both;
}

[dir] #ib-section .ib-section-bg {
    margin-top: -2rem;
}

[dir=ltr] #ib-section .ib-section-bg {
    left: 0;
}

[dir=rtl] #ib-section .ib-section-bg {
    right: 0;
}

@media (min-width: 1200px) {
    #ib-section .ib-section-bg {
        position: absolute;
    }

    [dir] #ib-section .ib-section-bg {
        margin-top: 0;
    }
}

#ib-section .ib-section-bg img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

:root[dir=rtl] #ib-section .ib-section-bg img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#ib-section .ib-section-container {
    position: relative;
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}

[dir] #ib-section .ib-section-container {
    padding: 3.75rem 1.875rem 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    [dir] #ib-section .ib-section-container {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 5.625rem;
    }
}

@media (min-width: 1600px) {
    [dir] #ib-section .ib-section-container {
        padding-top: 6.4375rem;
    }
}

#ib-section .ib-section-container .ib-section-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] #ib-section .ib-section-container .ib-section-title {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #ib-section .ib-section-container .ib-section-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    text-align: left;
}

[dir=rtl] #ib-section .ib-section-container .ib-section-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    text-align: right;
}

@media (min-width: 768px) {
    #ib-section .ib-section-container .ib-section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #ib-section .ib-section-container .ib-section-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #ib-section .ib-section-container .ib-section-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #ib-section .ib-section-container .ib-section-title {
        font-size: 3.25rem;
    }
}

#ib-section .ib-section-container .content-heading {
    color: #FFFFFF;
    font-size: 1.125rem;
}

[dir] #ib-section .ib-section-container .content-heading {
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    #ib-section .ib-section-container .content-heading {
        font-size: 1.45rem;
    }

    [dir] #ib-section .ib-section-container .content-heading {
        margin-top: 1.5125rem;
    }
}

@media (min-width: 992px) {
    #ib-section .ib-section-container .content-heading {
        font-size: 1.75rem;
    }

    [dir] #ib-section .ib-section-container .content-heading {
        margin-top: 1.8125rem;
    }
}

#ib-section .ib-section-container .content-body {
    color: #FFFFFF;
    font-size: 0.9375rem;
    line-height: 1.375;
}

[dir] #ib-section .ib-section-container .content-body {
    margin-top: 0.8125rem;
}

@media (min-width: 768px) {
    #ib-section .ib-section-container .content-body {
        font-size: 1.25rem;
        line-height: 1.333;
    }

    [dir] #ib-section .ib-section-container .content-body {
        margin-top: 1.375rem;
    }
}

#ib-section .ib-section-ribbon {
    position: relative;
    width: 100%;
    height: auto;
}

[dir] #ib-section .ib-section-ribbon {
    padding: 0.75rem 1.875rem;
}

[dir=ltr] #ib-section .ib-section-ribbon {
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832));
    background: transparent linear-gradient(270deg, #020862 0%, #000832 100%);
}

[dir=rtl] #ib-section .ib-section-ribbon {
    background: transparent -webkit-gradient(linear, left top, right top, from(#020862), to(#000832));
    background: transparent linear-gradient(-270deg, #020862 0%, #000832 100%);
}

@media (min-width: 1200px) {
    [dir] #ib-section .ib-section-ribbon {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1600px) {
    [dir] #ib-section .ib-section-ribbon {
        padding-left: 13rem;
        padding-right: 13rem;
    }
}

#ib-section .ib-section-ribbon .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[dir] #ib-section .ib-section-ribbon .card {
    text-align: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

@media (min-width: 768px) {
    [dir] #ib-section .ib-section-ribbon .card {
        padding: 2.4375rem;
    }
}

#ib-section .ib-section-ribbon .card .counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
    margin: 0;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    text-transform: uppercase;
}

[dir] #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #ib-section .ib-section-ribbon .card .counter-wrapper span h1 {
        font-size: 2.5rem;
    }
}

#ib-section .ib-section-ribbon .card h4 {
    color: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
}

[dir] #ib-section .ib-section-ribbon .card h4 {
    margin: 0;
}

@media (min-width: 768px) {
    #ib-section .ib-section-ribbon .card h4 {
        font-size: 1.125rem;
    }
}

#ib-section .learn-more {
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #ib-section .learn-more {
    margin-top: 1rem;
}

[dir=ltr] #ib-section .learn-more {
    padding-right: 2em;
}

[dir=rtl] #ib-section .learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #ib-section .learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #ib-section .learn-more {
        margin-top: 3rem;
    }
}

#ib-section .learn-more .learn-more-link {
    text-decoration: none;
    color: #C79942;
    font-size: 1.25rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

[dir] #ib-section .learn-more .learn-more-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#ib-section .learn-more .ib-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir] #ib-section .learn-more .ib-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir=ltr] #ib-section .learn-more .ib-arrow {
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #ib-section .learn-more .ib-arrow {
    left: -5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #ib-section .learn-more .ib-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#ib-section .learn-more:hover .ib-arrow,
#ib-section .learn-more:focus-visible .ib-arrow {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

[dir=ltr] #ib-section .learn-more:hover .ib-arrow,
[dir=ltr] #ib-section .learn-more:focus-visible .ib-arrow {
    right: -15%;
}

[dir=rtl] #ib-section .learn-more:hover .ib-arrow,
[dir=rtl] #ib-section .learn-more:focus-visible .ib-arrow {
    left: -15%;
}

#ib-section .learn-more:hover .learn-more-link,
#ib-section .learn-more:focus-visible .learn-more-link {
    color: white;
}

[dir] #security-of-funds-section {
    background: #FFFFFF;
}

#security-of-funds-section .security-of-funds-wrapper {
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[dir] #security-of-funds-section .security-of-funds-wrapper {
    padding: 2.5625rem 1.875rem 0.625rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    [dir] #security-of-funds-section .security-of-funds-wrapper {
        padding: 5.5rem 1.875rem;
    }
}

@media (min-width: 1400px) {
    #security-of-funds-section .security-of-funds-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#security-of-funds-section .security-of-funds-wrapper .left-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .left-div {
        width: 40%;
    }
}

#security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img {
    width: 100%;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img {
    margin-top: 0.9375rem;
    text-align: center;
}

@media (min-width: 992px) {
    [dir] #security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img {
        margin-top: 0;
    }
}

#security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img img {
    width: 94%;
    height: auto;
}

@media (min-width: 576px) {
    #security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img img {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .left-div .security-of-funds-img img {
        width: 100%;
    }
}

#security-of-funds-section .security-of-funds-wrapper .right-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div {
        width: 46%;
    }
}

#security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%); */
    /* -webkit-text-fill-color: transparent; */
    font-size: 1.75rem;
    color: #03105F;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
    margin: 0;
    /* -webkit-background-clip: text; */
}

[dir=ltr] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%); */
}

[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-title {
        font-size: 3.25rem;
    }
}

#security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-heading {
    color: #03105F;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-heading {
    margin-top: 0.4375rem;
}

@media (min-width: 768px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-heading {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-heading {
        font-size: 1.75rem;
    }
}

#security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-body {
    color: #03105F;
    font-size: 0.9375rem;
    line-height: 1.375;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-body {
    margin-top: 0.3125rem;
}

@media (min-width: 768px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-body {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-body {
        line-height: 1.5;
        font-size: 1.25rem;
    }

    [dir] #security-of-funds-section .security-of-funds-wrapper .right-div .security-of-funds-body {
        margin-top: 1.25rem;
    }
}

#security-of-funds-section .security-of-funds-wrapper .security-learn-more {
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .security-learn-more {
    margin-top: 1rem;
}

[dir=ltr] #security-of-funds-section .security-of-funds-wrapper .security-learn-more {
    padding-right: 2em;
}

[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #security-of-funds-section .security-of-funds-wrapper .security-learn-more {
        margin-top: 3rem;
    }
}

#security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-link {
    text-decoration: none;
    color: #03105F;
    text-transform: uppercase;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
}

[dir] #security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir=ltr] #security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-arrow {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-arrow {
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more .security-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#security-of-funds-section .security-of-funds-wrapper .security-learn-more:hover .security-arrow,
#security-of-funds-section .security-of-funds-wrapper .security-learn-more:focus-visible .security-arrow {
    -webkit-filter: invert(8%) sepia(66%) saturate(5206%) hue-rotate(235deg) brightness(40%) contrast(110%);
    filter: invert(8%) sepia(66%) saturate(5206%) hue-rotate(235deg) brightness(40%) contrast(110%);
}

[dir=ltr] #security-of-funds-section .security-of-funds-wrapper .security-learn-more:hover .security-arrow,
[dir=ltr] #security-of-funds-section .security-of-funds-wrapper .security-learn-more:focus-visible .security-arrow {
    right: -15%;
}

[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more:hover .security-arrow,
[dir=rtl] #security-of-funds-section .security-of-funds-wrapper .security-learn-more:focus-visible .security-arrow {
    left: -15%;
}

#security-of-funds-section .security-of-funds-wrapper .security-learn-more:hover .security-link,
#security-of-funds-section .security-of-funds-wrapper .security-learn-more:focus-visible .security-link {
    color: #03105F;
}

[dir] #liquidity-providers {
    background: #F1F3F9;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

@media (min-width: 992px) {
    [dir] #liquidity-providers {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

#liquidity-providers .home-section-heading {
    position: relative;
}

[dir] #liquidity-providers .home-section-heading {
    text-align: center;
}

#liquidity-providers .home-section-heading .home-section-title {
    color: #bb914a;
    line-height: 1.3333;
    font-weight: 500;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    /* background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent; */
    font-size: 1.75rem;
    color: #03105F;
}

[dir] #liquidity-providers .home-section-heading .home-section-title {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
    /* -webkit-background-clip: text; */
}

[dir=ltr] #liquidity-providers .home-section-heading .home-section-title {
    /* background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%); */
}

[dir=rtl] #liquidity-providers .home-section-heading .home-section-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #liquidity-providers .home-section-heading .home-section-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #liquidity-providers .home-section-heading .home-section-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #liquidity-providers .home-section-heading .home-section-title {
        font-size: 3.25rem;
    }
}

#liquidity-providers .home-section-heading .home-section-description {
    line-height: 1.375;
    font-size: 0.9375rem;
    color: #03105F;
}

[dir] #liquidity-providers .home-section-heading .home-section-description {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

#liquidity-providers .home-section-heading .home-section-description {
    font-size: 0.9375rem;
}

@media screen and (min-width: 375px) {
    #liquidity-providers .home-section-heading .home-section-description {
        font-size: calc(0.9375rem + 3 * ((100vw - 23.4375rem) / 825));
    }
}

@media screen and (min-width: 1200px) {
    #liquidity-providers .home-section-heading .home-section-description {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    #liquidity-providers .home-section-heading .home-section-description {
        font-size: 1.25rem;
    }
}

[dir] #liquidity-providers .home-section-body {
    padding-top: 2.5rem;
}

@media (min-width: 768px) {
    [dir] #liquidity-providers .home-section-body {
        padding-top: 3rem;
    }
}

#liquidity-providers .rainy-logos {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.25)));
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.25) 100%);
    mask-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.25)));
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.25) 100%);
}

#liquidity-providers .rainy-logos .icon {
    position: absolute;
    top: 50%;
    width: 13.125rem;
    height: 2.5rem;
}

[dir] #liquidity-providers .rainy-logos .icon {
    background-image: url("../public_files/images/landing_page/common/logos.png");
    background-size: 52.75rem 43.5625rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

[dir=rtl] #liquidity-providers .rainy-logos .icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    [dir=ltr] #liquidity-providers .rainy-logos .icon {
        -webkit-transform: translate(50%, -50%) scale(0.62);
        transform: translate(50%, -50%) scale(0.62);
    }

    [dir=rtl] #liquidity-providers .rainy-logos .icon {
        -webkit-transform: translate(-50%, -50%) scale(0.62);
        transform: translate(-50%, -50%) scale(0.62);
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    [dir] #liquidity-providers .rainy-logos .icon {
        background-image: url("../public_files/images/landing_page/common/logos%402x.png");
    }
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Abbey {
    background-position: 0 0;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Abbey {
    background-position: 100% 0;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.ABN_mro {
    background-position: 0 -2.5625rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.ABN_mro {
    background-position: 100% -2.5625rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.ADCB {
    background-position: 0 -5.125rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.ADCB {
    background-position: 100% -5.125rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Alfa_bank {
    background-position: 0 -7.6875rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Alfa_bank {
    background-position: 100% -7.6875rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.ANZ {
    background-position: 0 -10.25rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.ANZ {
    background-position: 100% -10.25rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Banco_de_brazil {
    background-position: -13.1875rem 0;
}

[dir] #liquidity-providers .rainy-logos .icon.Bank_of_america {
    background-position: -13.1875rem -2.5625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Bank_of_china {
    background-position: -13.1875rem -5.125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Bank_of_ireland {
    background-position: -13.1875rem -7.6875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Bank_of_montreal {
    background-position: -13.1875rem -10.25rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Bank_of_scotland {
    background-position: 0 -12.8125rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Bank_of_scotland {
    background-position: 100% -12.8125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Barclays {
    background-position: -13.1875rem -12.8125rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Basler_kantonalbank {
    background-position: 0 -15.375rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Basler_kantonalbank {
    background-position: 100% -15.375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Bawag {
    background-position: -13.1875rem -15.375rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Bayern_LB {
    background-position: 0 -17.9375rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Bayern_LB {
    background-position: 100% -17.9375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.BBVA {
    background-position: -13.1875rem -17.9375rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.BCV {
    background-position: 0 -20.5rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.BCV {
    background-position: 100% -20.5rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Berenberg {
    background-position: -13.1875rem -20.5rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.BHF_bank {
    background-position: 0 -23.0625rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.BHF_bank {
    background-position: 100% -23.0625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.BNP_Paribas {
    background-position: -13.1875rem -23.0625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.CIBC {
    background-position: -26.375rem 0;
}

[dir] #liquidity-providers .rainy-logos .icon.Citibank {
    background-position: -26.375rem -2.5625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Citizens_bank_logo {
    background-position: -26.375rem -5.125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Commerzbank {
    background-position: -26.375rem -7.6875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Credit_agricole {
    background-position: -26.375rem -10.25rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Credit_europe_bank {
    background-position: -26.375rem -12.8125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Credit_suisse {
    background-position: -26.375rem -15.375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Danske_bank {
    background-position: -26.375rem -17.9375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.DBS_bank {
    background-position: -26.375rem -20.5rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Dexia_banque {
    background-position: -26.375rem -23.0625rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.DNB_asa {
    background-position: 0 -25.625rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.DNB_asa {
    background-position: 100% -25.625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.DZ_bank {
    background-position: -13.1875rem -25.625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Eco_bank {
    background-position: -26.375rem -25.625rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Erste_bank {
    background-position: 0 -28.1875rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Erste_bank {
    background-position: 100% -28.1875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Fifth_third_bank {
    background-position: -13.1875rem -28.1875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Fortis {
    background-position: -26.375rem -28.1875rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Goldman_sachs {
    background-position: 0 -30.75rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Goldman_sachs {
    background-position: 100% -30.75rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Handelsbanken {
    background-position: -13.1875rem -30.75rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Helaba {
    background-position: -26.375rem -30.75rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.HSBC {
    background-position: 0 -33.3125rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.HSBC {
    background-position: 100% -33.3125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.HSH_nordbank {
    background-position: -13.1875rem -33.3125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.ING {
    background-position: -26.375rem -33.3125rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Intesa_san_paolo {
    background-position: 0 -35.875rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Intesa_san_paolo {
    background-position: 100% -35.875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Investec {
    background-position: -13.1875rem -35.875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Itau {
    background-position: -26.375rem -35.875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.JP_morgan {
    background-position: -39.5625rem 0;
}

[dir] #liquidity-providers .rainy-logos .icon.LGT {
    background-position: -39.5625rem -2.5625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.merrill {
    background-position: -39.5625rem -5.125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Mizuho {
    background-position: -39.5625rem -7.6875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.MUFG {
    background-position: -39.5625rem -10.25rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Nedbank {
    background-position: -39.5625rem -12.8125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Nomura {
    background-position: -39.5625rem -15.375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Nordea {
    background-position: -39.5625rem -17.9375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Oberbank {
    background-position: -39.5625rem -20.5rem;
}

[dir] #liquidity-providers .rainy-logos .icon.OCBC_ank {
    background-position: -39.5625rem -23.0625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Post_finance {
    background-position: -39.5625rem -25.625rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Postbank {
    background-position: -39.5625rem -28.1875rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Rabobank {
    background-position: -39.5625rem -30.75rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Raiffeisen_bank_russia {
    background-position: -39.5625rem -33.3125rem;
}

[dir] #liquidity-providers .rainy-logos .icon.RBC {
    background-position: -39.5625rem -35.875rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.Scotia_bank {
    background-position: 0 -38.4375rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.Scotia_bank {
    background-position: 100% -38.4375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.SEB {
    background-position: -13.1875rem -38.4375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Societe_generale {
    background-position: -26.375rem -38.4375rem;
}

[dir] #liquidity-providers .rainy-logos .icon.The_royal_bank_of_scotland {
    background-position: -39.5625rem -38.4375rem;
}

[dir=ltr] #liquidity-providers .rainy-logos .icon.UBS {
    background-position: 0 -41rem;
}

[dir=rtl] #liquidity-providers .rainy-logos .icon.UBS {
    background-position: 100% -41rem;
}

[dir] #liquidity-providers .rainy-logos .icon.Westpac_australia_first_bank {
    background-position: -13.1875rem -41rem;
}

#liquidity-providers .rainy {
    overflow: hidden;
}

#liquidity-providers .rainy[data-direction=rtl] .rainy-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

:root[dir=rtl] #liquidity-providers .rainy[data-direction=rtl] .rainy-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#liquidity-providers .rainy[data-direction=ltr] .rainy-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

:root[dir=rtl] #liquidity-providers .rainy[data-direction=ltr] .rainy-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#liquidity-providers .rainy .rainy-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir] #liquidity-providers .rainy .rainy-row .rainy-col {
    padding: 1.25rem 0.9375rem;
}

@media (max-width: 768px) {
    [dir] #liquidity-providers .rainy .rainy-row .rainy-col {
        padding: 0.5rem 0.3125rem;
    }
}

#liquidity-providers .rainy-logo-item {
    width: 15.625rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

[dir] #liquidity-providers .rainy-logo-item {
    background-color: white;
    border-radius: 0.625rem;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

@media (max-width: 768px) {
    #liquidity-providers .rainy-logo-item {
        width: 10.6rem;
        height: 3.125rem;
    }
}

#liquidity-providers .rainy-logo-item>div {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

[dir] #liquidity-providers .rainy-logo-item>div {
    padding: 1.25rem;
}

@media (max-width: 768px) {
    [dir] #liquidity-providers .rainy-logo-item>div {
        padding: 0.9375rem;
    }
}

#copy-investors-section {
    overflow: hidden;
}

[dir=ltr] #copy-investors-section {
    background: transparent -webkit-gradient(linear, left top, right top, from(#010C3E), color-stop(52%, #03105F), to(#010C3E));
    background: transparent linear-gradient(90deg, #010C3E 0%, #03105F 52%, #010C3E 100%);
}

[dir=rtl] #copy-investors-section {
    background: transparent -webkit-gradient(linear, right top, left top, from(#010C3E), color-stop(52%, #03105F), to(#010C3E));
    background: transparent linear-gradient(-90deg, #010C3E 0%, #03105F 52%, #010C3E 100%);
}

#copy-investors-section .copy-investors-wrapper {
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 140vw;
}

[dir] #copy-investors-section .copy-investors-wrapper {
    padding: 2.5625rem 1.875rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    #copy-investors-section .copy-investors-wrapper {
        max-height: 130vw;
    }
}

@media (min-width: 576px) {
    #copy-investors-section .copy-investors-wrapper {
        max-height: 115vw;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper {
        max-height: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [dir] #copy-investors-section .copy-investors-wrapper {
        padding: 5.5rem 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir] #copy-investors-section .copy-investors-wrapper {
        padding: 7.5rem 4rem;
    }
}

#copy-investors-section .copy-investors-wrapper .left-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .left-div {
        width: 35%;
    }
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    font-size: 1.625rem;
    text-transform: uppercase;
}

[dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
        font-size: 2.125rem;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-title {
        font-size: 3.25rem;
    }
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-body {
    color: #FFFFFF;
    font-size: 0.9375rem;
    line-height: 1.375;
}

[dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-body {
    margin-top: 0.3125rem;
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-body {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-body {
        font-size: 1.25rem;
        line-height: 1.33;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-body {
        margin-top: 1.25rem;
    }
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
    margin-top: 1rem;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
    padding-right: 2em;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more {
        margin-top: 3rem;
    }
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-investors-learn-more-link {
    text-decoration: none;
    color: #C79942;
    font-size: 1.25rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

[dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-investors-learn-more-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-arrow {
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-arrow {
    left: -5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more .copy-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:hover .copy-arrow,
#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:focus-visible .copy-arrow {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:hover .copy-arrow,
[dir=ltr] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:focus-visible .copy-arrow {
    right: -15%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:hover .copy-arrow,
[dir=rtl] #copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:focus-visible .copy-arrow {
    left: -15%;
}

#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:hover .copy-investors-learn-more-link,
#copy-investors-section .copy-investors-wrapper .left-div .copy-investors-learn-more:focus-visible .copy-investors-learn-more-link {
    color: white;
}

#copy-investors-section .copy-investors-wrapper .right-div {
    position: relative;
}

#copy-investors-section .copy-investors-wrapper .right-div::before {
    float: left;
    padding-top: 123.17460317460319%;
    content: '';
}

#copy-investors-section .copy-investors-wrapper .right-div::after {
    display: block;
    content: '';
    clear: both;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div {
    -webkit-transform: scale(0.7) translate(1%, -15%);
    transform: scale(0.7) translate(1%, -15%);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div {
    -webkit-transform: scale(0.7) translate(-1%, -15%);
    transform: scale(0.7) translate(-1%, -15%);
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div {
        width: 70.5%;
    }

    #copy-investors-section .copy-investors-wrapper .right-div::before {
        float: left;
        padding-top: 40.530303030303024%;
        content: '';
    }

    #copy-investors-section .copy-investors-wrapper .right-div::after {
        display: block;
        content: '';
        clear: both;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div {
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .total-profit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17.14285%;
    position: absolute;
    top: 78.0927%;
    z-index: 4;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
    background-color: #091F8E;
    padding: 0.3125rem;
    border-radius: 0.5625rem;
    -webkit-animation: leftBottomFloatConstant 6s ease-in-out infinite;
    animation: leftBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    left: 14.60317%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
    -webkit-box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    right: 14.60317%;
}

@media (min-width: 576px) {
    [dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        padding: 0.6rem;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        width: 12.14285%;
        top: 63%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        padding: 0.625rem;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        left: 3%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        right: 3%;
    }
}

@media (min-width: 1200px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        width: 9.14285%;
        top: 65%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        padding: 0.625rem;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        left: 7%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit {
        right: 7%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
    top: 27.83505%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
    -webkit-animation: leftTopFloatConstant 6s ease-in-out infinite;
    animation: leftTopFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
    left: 0;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
    right: 0;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        top: 38%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        left: 38%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        right: 38%;
    }
}

@media (min-width: 1200px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        top: 38%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        left: 42%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.second {
        right: 42%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
    top: 39.175257%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
    -webkit-animation: rightBottomFloatConstant 6s ease-in-out infinite;
    animation: rightBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
    left: 52.69841%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
    right: 52.69841%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        top: 64%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        left: 69%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        right: 69%;
    }
}

@media (min-width: 1200px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        top: 64%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        left: 73%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .total-profit.third {
        right: 73%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-text {
    color: #C79942;
    font-size: 0.4375rem;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-text {
    margin: 0;
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-text {
        font-size: 0.8125rem;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-number {
    color: #FFFFFF;
    font-size: 0.5625rem;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-number {
    margin: 0;
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .right-div .total-profit .total-profit-number {
        font-size: 1rem;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22.85714%;
    position: absolute;
    top: 84.536%;
    z-index: 3;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
    background-color: #091F8E;
    padding: 0.3125rem;
    border-radius: 0.5625rem;
    -webkit-animation: leftBottomFloatConstant 6s ease-in-out infinite;
    animation: leftBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    left: 29.2063%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
    -webkit-box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    box-shadow: -0.1875rem 0.1875rem 0.375rem rgba(0, 8, 50, 0.768627451);
    right: 29.2063%;
}

@media (min-width: 576px) {
    [dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
        padding: 0.6rem;
    }
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
        width: 13.298%;
        top: 76%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
        padding: 1rem 0.625rem 0.625rem;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
        left: 15%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown {
        right: 15%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
    top: 34.27835%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
    -webkit-animation: leftTopFloatConstant 6s ease-in-out infinite;
    animation: leftTopFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
    left: 14.60317%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
    right: 14.60317%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
        top: 49%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
        left: 50%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.second {
        right: 50%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
    top: 45.6185%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
    -webkit-animation: rightBottomFloatConstant 6s ease-in-out infinite;
    animation: rightBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
    left: 67.30158%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
    right: 67.30158%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
        top: 76%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
        left: 81%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown.third {
        right: 81%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown svg {
    width: 100%;
    height: auto;
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-text {
    color: #C79942;
    font-size: 0.4375rem;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-text {
    margin: 0;
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-text {
        font-size: 0.8125rem;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-number {
    color: #FFFFFF;
    font-size: 0.5625rem;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-number {
    margin: 0;
}

@media (min-width: 768px) {
    #copy-investors-section .copy-investors-wrapper .right-div .max-drawdown .max-drawdown-number {
        font-size: 1rem;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper {
    position: absolute;
    width: 20%;
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper img {
    width: 100%;
    height: auto;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper img {
    border-radius: 50%;
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
    width: 35.873%;
    top: 5%;
    z-index: 2;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
    -webkit-animation: leftTopFloatConstant 6s ease-in-out infinite;
    animation: leftTopFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
    left: 2.857%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
    right: 2.857%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
        width: 20.75%;
        top: 24%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
        -webkit-animation: leftBottomFloatConstant 6s ease-in-out infinite;
        animation: leftBottomFloatConstant 6s ease-in-out infinite;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
        left: 10%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) {
        right: 10%;
    }
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(1) img {
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
    width: 35.873%;
    top: 16.494%;
    z-index: 2;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
    -webkit-animation: rightBottomFloatConstant 6s ease-in-out infinite;
    animation: rightBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
    left: 55%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
    right: 55%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
        width: 20.75%;
        top: -3%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
        -webkit-animation: leftTopFloatConstant 6s ease-in-out infinite;
        animation: leftTopFloatConstant 6s ease-in-out infinite;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
        left: 43%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) {
        right: 43%;
    }
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(2) img {
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
    width: 35.873%;
    top: 55.154%;
    z-index: 2;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
    -webkit-animation: leftBottomFloatConstant 6s ease-in-out infinite;
    animation: leftBottomFloatConstant 6s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
    left: 16.8253%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
    right: 16.8253%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
        width: 20.75%;
        top: 24%;
    }

    [dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
        -webkit-animation: rightBottomFloatConstant 6s ease-in-out infinite;
        animation: rightBottomFloatConstant 6s ease-in-out infinite;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
        left: 74%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) {
        right: 74%;
    }
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(3) img {
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
    box-shadow: -0.1875rem 0.1875rem 1.875rem rgba(0, 98, 255, 0.4392156863);
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
    width: 25.3968%;
    opacity: 0.2;
    top: 75.257%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
    -webkit-animation: leftTopFloat 9s ease-in-out infinite;
    animation: leftTopFloat 9s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
    left: 56.507%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
    right: 56.507%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
        width: 14.524%;
        top: 73%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
        left: 90%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(4) {
        right: 90%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(5) {
    width: 22.5396%;
    opacity: 0.2;
    top: 50%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(5) {
    -webkit-animation: leftTopFloat 10s ease-in-out infinite;
    animation: leftTopFloat 10s ease-in-out infinite;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(5) {
        width: 13.1093%;
        top: 82%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(5) {
        left: 31%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(5) {
        right: 31%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
    opacity: 0.2;
    width: 20.3174%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
    -webkit-animation: leftBottomFloat 7s ease-in-out infinite;
    animation: leftBottomFloat 7s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
    left: 73.6507%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
    right: 73.6507%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
        width: 11.6946%;
        top: -7%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
        left: 67%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(6) {
        right: 67%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
    opacity: 0.2;
    width: 16.1904%;
    top: 61.08247%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
    -webkit-animation: rightTopFloat 7s ease-in-out infinite;
    animation: rightTopFloat 7s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
    left: 83.8095%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
    right: 83.8095%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
        width: 9.2426%;
        top: 80%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
        left: 56%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(7) {
        right: 56%;
    }
}

#copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
    opacity: 0.2;
    width: 14.9206%;
    top: 4.38144%;
}

[dir] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
    -webkit-animation: leftTopFloat 7s ease-in-out infinite;
    animation: leftTopFloat 7s ease-in-out infinite;
}

[dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
    left: 35.23809%;
}

[dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
    right: 35.23809%;
}

@media (min-width: 992px) {
    #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
        width: 8.488084%;
        top: -9%;
    }

    [dir=ltr] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
        left: 29%;
    }

    [dir=rtl] #copy-investors-section .copy-investors-wrapper .right-div .copy-investor-img-wrapper:nth-child(8) {
        right: 29%;
    }
}

@-webkit-keyframes leftTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, -7%);
        transform: translate(-9%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, -7%);
        transform: translate(-9%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes leftTopFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, -7%);
        transform: translate(-7%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftTopFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, -7%);
        transform: translate(-7%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(9%, -11%);
        transform: translate(9%, -11%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightTopFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(9%, -11%);
        transform: translate(9%, -11%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightTopFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -7%);
        transform: translate(7%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightTopFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, -7%);
        transform: translate(7%, -7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(10%, 9%);
        transform: translate(10%, 9%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(10%, 9%);
        transform: translate(10%, 9%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes rightBottomFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, 7%);
        transform: translate(7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes rightBottomFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(7%, 7%);
        transform: translate(7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, 7%);
        transform: translate(-9%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftBottomFloat {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-9%, 7%);
        transform: translate(-9%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@-webkit-keyframes leftBottomFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, 7%);
        transform: translate(-7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@keyframes leftBottomFloatConstant {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    50% {
        -webkit-transform: translate(-7%, 7%);
        transform: translate(-7%, 7%);
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

[dir] #company-news-section {
    background: #F1F3F9;
}

#company-news-section .company-news-container {
    position: relative;
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
}

[dir] #company-news-section .company-news-container {
    padding: 3.75rem 1.875rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [dir] #company-news-section .company-news-container {
        padding: 5.5rem 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir] #company-news-section .company-news-container {
        padding: 7.5rem 4rem;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper {
    overflow: unset;
    position: relative;
    max-width: 100vw;
    max-height: 33.606875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper {
    padding-top: 1.875rem;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper {
        overflow: hidden;
        width: 100%;
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper {
        padding-top: 1rem;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
    -webkit-transform: none;
    transform: none;
    margin-top: 2.125rem;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
    right: 0;
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
    left: 0;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination {
        margin-top: -2rem;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
}

@media (min-width: 992px) {
    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet {
        background: #000832;
        border-radius: 0.25rem;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet-active {
    width: 1.6875rem;
    height: 0.375rem;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet-active {
    background: #000832;
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet-active {
        width: 0.375rem;
        height: 1.6875rem;
    }

    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .company-news-pagination .swiper-pagination-bullet-active {
        background: #000832;
        border-radius: 0.25rem;
    }
}

@media (min-width: 992px) {
    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-wrapper {
        padding-top: 2rem;
    }

    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-wrapper {
        padding-left: 2.3125rem;
        padding-right: 2rem;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-wrapper {
        padding-right: 2.3125rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1400px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-wrapper {
        padding-right: 0;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-wrapper {
        padding-left: 0;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-height: 18.75rem;
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide::before {
    float: left;
    padding-top: 81.5873015873016%;
    content: '';
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide::after {
    display: block;
    content: '';
    clear: both;
}

@media (min-width: 576px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide {
        max-height: 17rem;
    }
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide {
        max-width: 43rem;
        max-height: 13.75rem;
    }

    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide::before {
        float: left;
        padding-top: 31.83139534883721%;
        content: '';
    }

    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide::after {
        display: block;
        content: '';
        clear: both;
    }

    [dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide {
        margin-top: 1rem;
    }
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-wrapper {
        top: 5%;
    }
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title {
    background: transparent -webkit-gradient(linear, left top, right top, from(#020862), to(#000832));
    background: transparent linear-gradient(90deg, #020862 0%, #000832 100%);
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title {
    background: transparent -webkit-gradient(linear, right top, left top, from(#020862), to(#000832));
    background: transparent linear-gradient(-90deg, #020862 0%, #000832 100%);
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title .news-card-title {
    color: #FFFFFF;
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title .news-title-arrow {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1;
    width: 10%;
    height: 25%;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title .news-title-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:hover .img-title .news-title-arrow {
        height: 40%;
        width: auto;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper {
    position: absolute;
    top: 0;
    width: 85.07936%;
    max-width: 20.5rem;
    z-index: 2;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper {
    background: transparent;
    border-radius: 0.75rem;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper {
        width: 44%;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
    width: 100%;
    height: 9.5rem;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
    border-radius: 0.75rem;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 8, 50, 0.768627451);
    box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 8, 50, 0.768627451);
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
    -webkit-box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0, 8, 50, 0.768627451);
    box-shadow: -0.1875rem 0.1875rem 0.625rem rgba(0, 8, 50, 0.768627451);
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
        height: 7.5rem;
    }
}

@media (min-width: 1200px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-wrapper img {
        height: 9.5rem;
    }
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    position: absolute;
    width: 89.20634%;
    max-width: 20.5rem;
    top: 50%;
    line-height: 1.25;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
    border-radius: 0.75rem;
    background: white;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
    -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(9, 31, 142, 0.1882352941);
    box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(9, 31, 142, 0.1882352941);
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
    -webkit-box-shadow: -0.1875rem 0.1875rem 1.25rem rgba(9, 31, 142, 0.1882352941);
    box-shadow: -0.1875rem 0.1875rem 1.25rem rgba(9, 31, 142, 0.1882352941);
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title .news-title-arrow {
    display: none;
    opacity: 0;
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title:active {
    color: #03105F;
}

#company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title p {
    color: #03105F;
    font-size: 0.975rem;
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title p {
    margin: 0;
}

@media (min-width: 1200px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title p {
        font-size: 1.1rem;
    }
}

@media (min-width: 480px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
        width: 70%;
    }
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide .img-title {
        top: 25%;
        width: 55.329341%;
        max-width: 25.1875rem;
        height: 8rem;
    }
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
    padding: 2.25rem 1.25rem;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
    right: 0;
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
    left: 0;
}

@media (min-width: 480px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        right: 5%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        left: 5%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        right: 10%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        left: 10%;
    }
}

@media (min-width: 768px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        right: 20%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        left: 20%;
    }
}

@media (min-width: 992px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        right: 5%;
        padding: 1.5rem 1.875rem 1rem 2rem;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        left: 5%;
        padding: 1.5rem 2rem 1rem 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        padding: 2rem 1.875rem 2rem 4rem;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-title {
        padding: 2rem 4rem 2rem 1.875rem;
    }
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
    left: 0;
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
    right: 0;
}

@media (min-width: 480px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        left: 5%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        right: 5%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        left: 10%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        right: 10%;
    }
}

@media (min-width: 768px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        left: 20%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        right: 20%;
    }
}

@media (min-width: 992px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        left: 0;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(odd) .img-wrapper {
        right: 0;
    }
}

[dir] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
    padding: 2.25rem 1.25rem;
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
    right: 0;
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
    left: 0;
}

@media (min-width: 480px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        right: 5%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        left: 5%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        right: 10%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        left: 10%;
    }
}

@media (min-width: 768px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        right: 20%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        left: 20%;
    }
}

@media (min-width: 992px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        right: unset;
        left: 5%;
        padding: 1.5rem 2rem 1rem 1.875rem;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        left: unset;
        right: 5%;
        padding: 1.5rem 1.875rem 1rem 2rem;
    }
}

@media (min-width: 1200px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        padding: 2rem 4rem 2rem 1.875rem;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-title {
        padding: 2rem 1.875rem 2rem 4rem;
    }
}

[dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
    left: 0;
}

[dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
    right: 0;
}

@media (min-width: 480px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        left: 5%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        right: 5%;
    }
}

@media (min-width: 576px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        left: 10%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        right: 10%;
    }
}

@media (min-width: 768px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        left: 20%;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        right: 20%;
    }
}

@media (min-width: 992px) {
    [dir=ltr] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        left: unset;
        right: 0;
    }

    [dir=rtl] #company-news-section .company-news-container .left-news-div .company-news-swiper .swiper-slide:nth-child(even) .img-wrapper {
        right: unset;
        left: 0;
    }
}

#company-news-section .company-news-container .right-news-div {
    -ms-flex-item-align: center;
    align-self: center;
}

#company-news-section .company-news-container .right-news-div .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#company-news-section .company-news-container .right-news-div .slide-content h2 {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] #company-news-section .company-news-container .right-news-div .slide-content h2 {
    margin: 0;
    -webkit-background-clip: text;
    margin-bottom: 0.5rem;
}

[dir=ltr] #company-news-section .company-news-container .right-news-div .slide-content h2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(90deg, #AD8640 0%, #CAAB67 100%);
}

[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content h2 {
    background-image: -webkit-gradient(linear, right top, left top, from(#AD8640), to(#CAAB67));
    background-image: linear-gradient(-90deg, #AD8640 0%, #CAAB67 100%);
}

@media (min-width: 768px) {
    #company-news-section .company-news-container .right-news-div .slide-content h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .right-news-div .slide-content h2 {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #company-news-section .company-news-container .right-news-div .slide-content h2 {
        font-size: 3.25rem;
    }
}

@media (min-width: 768px) {
    [dir] #company-news-section .company-news-container .right-news-div .slide-content h2 {
        margin-bottom: unset;
    }
}

@media (min-width: 1200px) {
    #company-news-section .company-news-container .right-news-div .slide-content h2 {
        font-size: 3.25rem;
    }
}

#company-news-section .company-news-container .right-news-div .slide-content p {
    color: #03105F;
    font-size: 0.9375rem;
    line-height: 1.375;
}

[dir] #company-news-section .company-news-container .right-news-div .slide-content p {
    margin: 0;
}

@media (min-width: 992px) {
    #company-news-section .company-news-container .right-news-div .slide-content p {
        font-size: 1.25rem;
        line-height: 1.333;
    }

    [dir] #company-news-section .company-news-container .right-news-div .slide-content p {
        margin-top: 0.75rem;
    }
}

#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
    margin-top: 1rem;
}

[dir=ltr] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
    padding-right: 2em;
}

[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more {
        margin-top: 3rem;
    }
}

#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-link {
    text-decoration: none;
    color: #C79942;
    text-transform: uppercase;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
}

[dir] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir=ltr] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-arrow {
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-arrow {
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more .news-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:hover .news-arrow,
#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:focus-visible .news-arrow {
    -webkit-filter: invert(8%) sepia(66%) saturate(5206%) hue-rotate(235deg) brightness(40%) contrast(110%);
    filter: invert(8%) sepia(66%) saturate(5206%) hue-rotate(235deg) brightness(40%) contrast(110%);
}

[dir=ltr] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:hover .news-arrow,
[dir=ltr] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:focus-visible .news-arrow {
    right: -15%;
}

[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:hover .news-arrow,
[dir=rtl] #company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:focus-visible .news-arrow {
    left: -15%;
}

#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:hover .news-link,
#company-news-section .company-news-container .right-news-div .slide-content .news-learn-more:focus-visible .news-link {
    color: #03105F;
}

#industry-awards-section .industry-awards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 992px) {
    #industry-awards-section .industry-awards-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #industry-awards-section .industry-awards-container>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-content {
    max-width: 102rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content {
    padding: 2.5625rem 1.875rem;
    margin-left: auto;
    margin-right: auto;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content {
    background: transparent -webkit-gradient(linear, right top, left top, from(#000833), to(#020862));
    background: transparent linear-gradient(270deg, #000833 0%, #020862 100%);
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content {
    background: transparent -webkit-gradient(linear, left top, right top, from(#000833), to(#020862));
    background: transparent linear-gradient(-270deg, #000833 0%, #020862 100%);
}

@media (min-width: 992px) {
    [dir] #industry-awards-section .industry-awards-container .industry-awards-content {
        padding: 5.5rem 1.875rem;
    }
}

@media (min-width: 1200px) {
    [dir] #industry-awards-section .industry-awards-container .industry-awards-content {
        padding: 5.5rem 4rem;
    }
}

@media (min-width: 1400px) {
    [dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content {
        padding: 7.5rem 10rem 7.5rem 12.5rem;
    }

    [dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content {
        padding: 7.5rem 12.5rem 7.5rem 10rem;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3333;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
    margin: 0;
    -webkit-background-clip: text;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
    background-image: -webkit-gradient(linear, left top, right top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
    background-image: -webkit-gradient(linear, right top, left top, from(#a0762f), color-stop(51%, #dec481), to(#a0762f));
    background-image: linear-gradient(-90deg, #a0762f 0%, #dec481 51%, #a0762f 100%);
}

@media (min-width: 768px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
        font-size: 2.875rem;
    }
}

@media (min-width: 1200px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-title {
        font-size: 3.25rem;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description {
    color: #FFFFFF;
    font-size: 0.9375rem;
    line-height: 1.375;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description {
    margin-top: 0.625rem;
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description a {
    text-decoration: none;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description {
        font-size: 1.125rem;
    }
}

@media (min-width: 992px) {
    #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description {
        font-size: 1.25rem;
        line-height: 1.333;
    }

    [dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-description {
        margin-top: 1.4rem;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
    margin-top: 1.25rem;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
    padding-right: 2em;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
    padding-left: 2em;
}

:root[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
    padding-left: 1em;
}

@media (min-width: 1200px) {
    [dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more {
        margin-top: 3.125rem;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .industry-awards-learn-more-link {
    text-decoration: none;
    color: #C79942;
    font-size: 1.25rem;
    font-family: "Oswald", "Neo Sans Arabic", "Microsoft YaHei New", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .industry-awards-learn-more-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .awards-arrow {
    position: absolute;
    height: 1.5em;
    top: 50%;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .awards-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .awards-arrow {
    right: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .awards-arrow {
    left: -5%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

:root[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more .awards-arrow {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:hover .awards-arrow,
#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:focus-visible .awards-arrow {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:hover .awards-arrow,
[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:focus-visible .awards-arrow {
    right: -15%;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:hover .awards-arrow,
[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:focus-visible .awards-arrow {
    left: -15%;
}

#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:hover .industry-awards-learn-more-link,
#industry-awards-section .industry-awards-container .industry-awards-content .industry-awards-learn-more:focus-visible .industry-awards-learn-more-link {
    color: white;
}

#industry-awards-section .industry-awards-container .industry-awards-swiper {
    position: relative;
    max-width: 100vw;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper {
    background: #FFFFFF;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper {
    padding: 1.875rem 1rem 3rem 2rem;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper {
    padding: 1.875rem 2rem 3rem 1rem;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-wrapper {
    background: transparent -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(93%, transparent), to(#FFFFFF));
    background: transparent linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 10%, transparent 93%, #FFFFFF 100%);
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-wrapper {
    background: transparent -webkit-gradient(linear, right top, left top, from(white), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(93%, transparent), to(#FFFFFF));
    background: transparent linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 10%, transparent 93%, #FFFFFF 100%);
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide::before {
    float: left;
    padding-top: 57.08955223880597%;
    content: '';
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide::after {
    display: block;
    content: '';
    clear: both;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide {
    border-radius: 0.9375rem;
}

@media (min-width: 992px) {
    #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide img {
    -webkit-box-shadow: 0 0.1875rem 2.0625rem rgba(0, 8, 50, 0.4392156863);
    box-shadow: 0 0.1875rem 2.0625rem rgba(0, 8, 50, 0.4392156863);
    border-radius: 0.9375rem;
}

@media (min-width: 992px) {
    [dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .swiper-slide img {
        border-radius: 1.25rem;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination {
    -webkit-transform: none;
    transform: none;
    margin-top: 2.125rem;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination {
    right: 0;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination {
    left: 0;
}

@media (min-width: 992px) {
    [dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination {
        margin-top: 0;
    }
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination .swiper-pagination-bullet-active {
    width: 1.6875rem;
    height: 0.375rem;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-pagination .swiper-pagination-bullet-active {
    background: #000832;
    border-radius: 0.25rem;
}

#industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay {
    pointer-events: none;
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay {
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5490196078)), to(rgba(255, 255, 255, 0)));
    background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0.5490196078) 0%, rgba(255, 255, 255, 0) 100%);
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay {
    background: transparent -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5490196078)), to(rgba(255, 255, 255, 0)));
    background: transparent linear-gradient(-90deg, rgba(255, 255, 255, 0.5490196078) 0%, rgba(255, 255, 255, 0) 100%);
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay.left {
    left: 0;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay.left {
    right: 0;
}

[dir] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay.right {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

[dir=ltr] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay.right {
    right: 0;
}

[dir=rtl] #industry-awards-section .industry-awards-container .industry-awards-swiper .industry-awards-swiper-gradient-overlay.right {
    left: 0;
}